Skip to content

Commit dbb689b

Browse files
committed
its not pip...
1 parent 28251c3 commit dbb689b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pythonpackage.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install dependencies and prepare tests
2929
run: |
3030
set -x
31-
python -m pip install pip==21.1.3
32-
python -m pip install --upgrade setuptools wheel
31+
python -m pip install --upgrade pip setuptools wheel
3332
python --version; git --version
3433
git submodule update --init --recursive
3534
git fetch --tags

0 commit comments

Comments
 (0)