Skip to content

Commit 195178d

Browse files
committed
default ubuntu python has old pip
1 parent 4565a6b commit 195178d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ jobs:
211211
- name: Unpack archive
212212
run: tar -I pixz -xf archive.tar.xz
213213

214+
- name: Upgrade pip
215+
run: python3 -m pip install --upgrade pip
216+
214217
- name: Install Python runtime/test dependencies
215218
run: python -m pip install -r ${{github.workspace}}/skupper-router/requirements-dev.txt
216219

0 commit comments

Comments
 (0)