File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : dependencies
5353 run : |
5454 apt update
55- # Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
56- apt install -y python3.9-dev
5755 apt install -y python3-colcon-metadata python3-pip
5856 rosdep update --rosdistro $ROS_DISTRO
5957 rosdep install -y --from-paths src --ignore-src -y
@@ -195,8 +193,6 @@ jobs:
195193 run : |
196194 apt update
197195 apt upgrade -y
198- # Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
199- apt install -y python3.9-dev
200196 # Install last version of CMake
201197 apt install -y apt-transport-https ca-certificates gnupg software-properties-common wget
202198 if [ $(lsb_release -sr) = "22.04" ]; then
Original file line number Diff line number Diff line change @@ -530,8 +530,6 @@ jobs:
530530 - name : dependencies
531531 run : |
532532 apt update
533- # Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
534- apt install -y python3.9-dev
535533 apt install -y python3-colcon-metadata python3-pip
536534 rosdep update --rosdistro $ROS_DISTRO
537535 rosdep install -y --from-paths src --ignore-src -y
You can’t perform that action at this time.
0 commit comments