diff --git a/.pre-commit-run-mypy.sh b/.pre-commit-run-mypy.sh index 69fcee35..5a0e07d6 100644 --- a/.pre-commit-run-mypy.sh +++ b/.pre-commit-run-mypy.sh @@ -8,6 +8,9 @@ set -o errexit # Change directory to the project root directory. cd "$(dirname "$0")" +apt install python3-venv +apt install python3-pip + # Install the dependencies into the mypy env. # Note that this can take seconds to run. export POETRY_HOME=~/poetry