mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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: |
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
. venv/bin/activate
|
. 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
|
pip install -r requirements.txt -r requirements_test.txt
|
||||||
- name: Generate partial pre-commit restore key
|
- name: Generate partial pre-commit restore key
|
||||||
id: generate-pre-commit-key
|
id: generate-pre-commit-key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user