build: use latest pip and wheel in all cases

This commit is contained in:
James R. Barlow
2021-11-13 01:57:03 -08:00
parent 4ed9622335
commit 6b773883dc
+3 -2
View File
@@ -93,6 +93,7 @@ jobs:
- name: Install Python packages
run: |
python -m pip install --upgrade pip wheel
python -m pip install .[test]
- name: Report versions
@@ -148,7 +149,7 @@ jobs:
- name: Install Python packages
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
python -m pip install .[test]
- name: Report versions
@@ -198,7 +199,7 @@ jobs:
- name: Install Python packages
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip wheel
python -m pip install .[test]
- name: Test