Skip to content

Commit

Permalink
Install venv and pip manually
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 16, 2024
1 parent 51b6e1c commit 1d19eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-run-mypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d19eca

Please sign in to comment.