CI: installing wheel shouldn't be needed anymore
pip pulls it in now if needed
This commit is contained in:
parent
8cb3c65f55
commit
30fbfffb96
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -131,7 +131,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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user