CI: Use wheel to install base requirements (#62743)

This commit is contained in:
Marc Mueller
2021-12-24 15:09:27 +01:00
committed by GitHub
parent 6ffd587788
commit 6eb31def08

View File

@@ -170,7 +170,7 @@ jobs:
run: |
python -m venv venv
. venv/bin/activate
pip install -U "pip<20.3" setuptools
pip install -U "pip<20.3" setuptools wheel
pip install -r requirements.txt -r requirements_test.txt
- name: Generate partial pre-commit restore key
id: generate-pre-commit-key