Pin the wheel version as well

might make things faster
This commit is contained in:
Christoph Reiter 2021-02-08 12:16:06 +01:00
parent a6df7c30a3
commit 231d8b7214

View File

@ -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