Skip to content

Commit

Permalink
default ubuntu python has old pip
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 2, 2022
1 parent 4565a6b commit 195178d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,9 @@ jobs:
- name: Unpack archive
run: tar -I pixz -xf archive.tar.xz

- name: Upgrade pip
run: python3 -m pip install --upgrade pip

- name: Install Python runtime/test dependencies
run: python -m pip install -r ${{github.workspace}}/skupper-router/requirements-dev.txt

Expand Down

0 comments on commit 195178d

Please sign in to comment.