We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b25d7 commit 76f4071Copy full SHA for 76f4071
.github/workflows/buildTest.yml
@@ -25,7 +25,7 @@ jobs:
25
sudo apt install curl
26
curl -s https://raw.githubusercontent.com/ros/rosdistro/master/ros.asc | sudo apt-key add -
27
sudo apt-get update
28
- sudo apt-get install ros-noetic-desktop python-rosdep python-rosinstall python-rosinstall-generator python-wstool python-rosdep build-essential
+ sudo apt-get install ros-noetic-desktop python3-rosdep python3-rosinstall python3-rosinstall-generator python3-wstool build-essential
29
sudo rosdep init
30
rosdep update
31
0 commit comments