Skip to content

Commit

Permalink
Use python3-rosdep to provide the rosdep utility.
Browse files Browse the repository at this point in the history
  • Loading branch information
nuclearsandwich committed Oct 29, 2021
1 parent 2eeaa3c commit 1fa1d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-key add /tmp/ros.asc
sudo apt-get update -qq
sudo apt-get install dpkg -y
sudo apt-get install -y python-rosdep
sudo apt-get install -y python3-rosdep
pip install -r requirements.txt
- name: Run tests
run: |
Expand Down

0 comments on commit 1fa1d40

Please sign in to comment.