Skip to content

Commit 28251c3

Browse files
committed
Try downgrading pip
1 parent adc00dd commit 28251c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

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

0 commit comments

Comments
 (0)