1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 02:40:56 +01:00

Don't use pyproject.toml for esphome build (#2980)

This commit is contained in:
Stefan Agner 2022-01-03 10:11:28 +01:00 committed by GitHub
parent 33f17f75a0
commit 72fa68849f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,6 @@ set -e
cd "$(dirname "$0")/.."
pip3 install -r requirements.txt -r requirements_optional.txt -r requirements_test.txt
pip3 install -e .
pip3 install --no-use-pep517 -e .
pre-commit install