Fix bootstrap dev dependencies message (#28114)
https://github.com/home-assistant/home-assistant/pull/28060#discussion_r337701541pull/28139/head
parent
50e9a9df4f
commit
c8b2860167
|
@ -6,5 +6,5 @@ set -e
|
|||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "Installing test dependencies..."
|
||||
echo "Installing development dependencies..."
|
||||
python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt)
|
||||
|
|
Loading…
Reference in New Issue