mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Temporary lock pip to 20.1.1 to avoid build issue (#38358)
This commit is contained in:
committed by
Davide Varricchio
parent
144e827ce9
commit
b2207ed776
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -U pip setuptools
|
pip install -U pip==20.1.1 setuptools
|
||||||
pip install -r requirements.txt -r requirements_test.txt
|
pip install -r requirements.txt -r requirements_test.txt
|
||||||
# Uninstalling typing as a workaround. Eventually we should make sure
|
# Uninstalling typing as a workaround. Eventually we should make sure
|
||||||
# all our dependencies drop typing.
|
# all our dependencies drop typing.
|
||||||
@@ -603,7 +603,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pip install -U pip setuptools wheel
|
pip install -U pip==20.1.1 setuptools 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
|
||||||
# Uninstalling typing as a workaround. Eventually we should make sure
|
# Uninstalling typing as a workaround. Eventually we should make sure
|
||||||
|
Reference in New Issue
Block a user