Pin the wheel version as well
might make things faster
This commit is contained in:
parent
a6df7c30a3
commit
231d8b7214
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
env:
|
||||
PIP_DISABLE_PIP_VERSION_CHECK: 1
|
||||
run: |
|
||||
python -m pip install --user wheel
|
||||
python -m pip install --user 'wheel==0.36.2'
|
||||
python -m pip install --user -r requirements.txt
|
||||
|
||||
- name: Check if we should run
|
||||
@ -84,7 +84,7 @@ jobs:
|
||||
env:
|
||||
PIP_DISABLE_PIP_VERSION_CHECK: 1
|
||||
run: |
|
||||
python -m pip install --user wheel
|
||||
python -m pip install --user 'wheel==0.36.2'
|
||||
python -m pip install --user -r requirements.txt
|
||||
|
||||
- uses: msys2/setup-msys2@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user