We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbe511 commit bd3307aCopy full SHA for bd3307a
.github/workflows/pythonpackage.yml
@@ -50,12 +50,12 @@ jobs:
50
51
- name: Update PyPA packages
52
run: |
53
- python -m pip install --upgrade pip
+ python -m pip install --upgrade pip wheel
54
+
55
+ # Python prior to 3.12 ships setuptools. Upgrade it if present.
56
if pip freeze --all | grep --quiet '^setuptools=='; then
- # Python prior to 3.12 ships setuptools. Upgrade it if present.
57
python -m pip install --upgrade setuptools
58
fi
- python -m pip install --upgrade wheel
59
60
- name: Install project and test dependencies
61
0 commit comments