mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
Pin setuptools<58
This commit is contained in:
parent
5cba7932f3
commit
e3815c6c2e
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -580,7 +580,7 @@ jobs:
|
|||||||
|
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -U "pip<20.3" setuptools wheel
|
pip install -U "pip<20.3" "setuptools<58" wheel
|
||||||
pip install -r requirements_all.txt
|
pip install -r requirements_all.txt
|
||||||
pip install -r requirements_test.txt
|
pip install -r requirements_test.txt
|
||||||
pip install -e .
|
pip install -e .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user