CI: skip installing wheel

This was for packages without wheels to build them initially.
In theory newer pip should handle this automatically, let's see
This commit is contained in:
Christoph Reiter 2023-02-19 16:06:46 +01:00
parent 77c2d02a4d
commit b7df29ff56
2 changed files with 0 additions and 2 deletions

View File

@ -50,7 +50,6 @@ jobs:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
run: |
python -m pip install --user 'wheel==0.37.1'
python -m pip install --user -r requirements.txt
- name: autobuild cache

View File

@ -50,7 +50,6 @@ jobs:
env:
PIP_DISABLE_PIP_VERSION_CHECK: 1
run: |
python -m pip install --user 'wheel==0.37.1'
python -m pip install --user -r requirements.txt
- name: Clear failed build types