We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc00dd commit 28251c3Copy full SHA for 28251c3
.github/workflows/pythonpackage.yml
@@ -28,7 +28,8 @@ jobs:
28
- name: Install dependencies and prepare tests
29
run: |
30
set -x
31
- python -m pip install --upgrade pip setuptools wheel
+ python -m pip install pip==21.1.3
32
+ python -m pip install --upgrade setuptools wheel
33
python --version; git --version
34
git submodule update --init --recursive
35
git fetch --tags
0 commit comments