diff --git a/scripts/_common.sh b/scripts/_common.sh index b10e732..24f9c7a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,5 +6,6 @@ function _setup_env() { python3 -m venv env # shellcheck source=/dev/null source env/bin/activate + pip install --upgrade pip fi }