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 28251c3 commit dbb689bCopy full SHA for dbb689b
.github/workflows/pythonpackage.yml
@@ -28,8 +28,7 @@ jobs:
28
- name: Install dependencies and prepare tests
29
run: |
30
set -x
31
- python -m pip install pip==21.1.3
32
- python -m pip install --upgrade setuptools wheel
+ python -m pip install --upgrade pip setuptools wheel
33
python --version; git --version
34
git submodule update --init --recursive
35
git fetch --tags
0 commit comments