CI: installing wheel shouldn't be needed anymore

pip pulls it in now if needed
This commit is contained in:
Christoph Reiter 2023-03-24 13:44:21 +01:00
parent 8cb3c65f55
commit 30fbfffb96

View File

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