Skip to content

Commit

Permalink
Make "Update PyPA packages" step clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
EliahKagan committed Sep 25, 2023
1 parent 6fbe511 commit bd3307a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- name: Update PyPA packages
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
# Python prior to 3.12 ships setuptools. Upgrade it if present.
if pip freeze --all | grep --quiet '^setuptools=='; then
# Python prior to 3.12 ships setuptools. Upgrade it if present.
python -m pip install --upgrade setuptools
fi
python -m pip install --upgrade wheel
- name: Install project and test dependencies
run: |
Expand Down

0 comments on commit bd3307a

Please sign in to comment.