diff --git a/script/bootstrap b/script/bootstrap index ed6cd55be36..ba594cbb341 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -7,4 +7,4 @@ set -e cd "$(dirname "$0")/.." echo "Installing test dependencies..." -python3 -m pip install tox colorlog pre-commit +python3 -m pip install tox colorlog pre-commit $(grep mypy requirements_test.txt)