Skip to content

Commit

Permalink
Remove Python 3.9 (micro-ROS#496)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
pablogs9 authored Apr 11, 2022
1 parent 84bb9ab commit d327cba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ jobs:
- name: dependencies
run: |
apt update
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
apt install -y python3.9-dev
apt install -y python3-colcon-metadata python3-pip
apt install -y ros-${ROS_DISTRO}-rmw-fastrtps-cpp
rosdep update --os=ubuntu:jammy --rosdistro $ROS_DISTRO
Expand Down Expand Up @@ -195,8 +193,6 @@ jobs:
run: |
apt update
apt upgrade -y
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
apt install -y python3.9-dev
# Install last version of CMake
apt install -y apt-transport-https ca-certificates gnupg software-properties-common wget
if [ $(lsb_release -sr) = "22.04" ]; then
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,6 @@ jobs:
- name: dependencies
run: |
apt update
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
apt install -y python3.9-dev
apt install -y python3-colcon-metadata python3-pip
apt install -y ros-${ROS_DISTRO}-rmw-fastrtps-cpp
rosdep update --os=ubuntu:jammy --rosdistro $ROS_DISTRO
Expand Down

0 comments on commit d327cba

Please sign in to comment.