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:
parent
77c2d02a4d
commit
b7df29ff56
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
1
.github/workflows/maint.yml
vendored
1
.github/workflows/maint.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user