mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
CI: Use wheel to install base requirements (#62743)
This commit is contained in:
parent
6ffd587788
commit
6eb31def08
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user