Skip to content

Commit

Permalink
Add pip
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Jan 8, 2024
1 parent 9ad064f commit 5afd448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/colcon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Pull in repos with vcs
run: |
cd src
apt update && apt -y install wget
apt update && apt -y install wget python3-pip
wget --progress=dot:giga https://raw.githubusercontent.com/ArduPilot/ardupilot_gz/main/ros2_gz.repos
vcs import --recursive --debug --shallow --skip-existing < ros2_gz.repos
- name: Install rosdep dependencies
Expand Down

0 comments on commit 5afd448

Please sign in to comment.