Skip to content

Commit bd3307a

Browse files
committed
Make "Update PyPA packages" step clearer
1 parent 6fbe511 commit bd3307a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pythonpackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ jobs:
5050
5151
- name: Update PyPA packages
5252
run: |
53-
python -m pip install --upgrade pip
53+
python -m pip install --upgrade pip wheel
54+
55+
# Python prior to 3.12 ships setuptools. Upgrade it if present.
5456
if pip freeze --all | grep --quiet '^setuptools=='; then
55-
# Python prior to 3.12 ships setuptools. Upgrade it if present.
5657
python -m pip install --upgrade setuptools
5758
fi
58-
python -m pip install --upgrade wheel
5959
6060
- name: Install project and test dependencies
6161
run: |

0 commit comments

Comments
 (0)