From 5afd448c8556c4189ec2df2069236de4f2249acc Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Mon, 8 Jan 2024 15:52:57 -0700 Subject: [PATCH] Add pip Signed-off-by: Ryan Friedman --- .github/workflows/colcon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/colcon.yml b/.github/workflows/colcon.yml index d963143..14e4f01 100644 --- a/.github/workflows/colcon.yml +++ b/.github/workflows/colcon.yml @@ -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