Skip to content

Commit 00d9130

Browse files
committed
install pip
1 parent 0de5b4e commit 00d9130

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/debian-packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ jobs:
222222

223223
- name: Install r2s_gw with pip
224224
run: |
225+
# Install pip if not available
226+
apt-get install -y python3-pip || true
227+
225228
cd r2s_gw
226229
if [[ "${{ matrix.ros_distro }}" == "jazzy" || \
227230
"${{ matrix.ros_distro }}" == "kilted" || \

0 commit comments

Comments
 (0)