mirror of
https://github.com/home-assistant/core.git
synced 2026-09-25 17:04:04 -04:00
CI: Use wheel to install base requirements (#62743)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user