Skip to content

Commit

Permalink
Only explicitly upgrade pip on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
victorreijgwart committed Sep 16, 2024
1 parent 0f4eb24 commit 97cdc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-python@v5

- name: Upgrade pip
if: matrix.os == 'ubuntu-20.04'
run: python -m pip install --upgrade pip

- name: Build
Expand Down

0 comments on commit 97cdc9d

Please sign in to comment.