mirror of
https://github.com/home-assistant/core.git
synced 2026-05-05 20:34:52 +02:00
Update build system (#95237)
This commit is contained in:
@@ -492,10 +492,10 @@ jobs:
|
||||
python -m venv venv
|
||||
. venv/bin/activate
|
||||
python --version
|
||||
pip install --cache-dir=$PIP_CACHE -U "pip>=21.0,<23.2" setuptools wheel
|
||||
pip install --cache-dir=$PIP_CACHE -U "pip>=21.3.1,<23.2" setuptools wheel
|
||||
pip install --cache-dir=$PIP_CACHE -r requirements_all.txt
|
||||
pip install --cache-dir=$PIP_CACHE -r requirements_test.txt
|
||||
pip install -e .
|
||||
pip install .
|
||||
|
||||
hassfest:
|
||||
name: Check hassfest
|
||||
|
||||
Reference in New Issue
Block a user