diff --git a/ci/run_python_test.sh b/ci/run_python_test.sh index 6d55ec72..580d8678 100755 --- a/ci/run_python_test.sh +++ b/ci/run_python_test.sh @@ -6,6 +6,7 @@ set -e BASEDIR=$(readlink -f "$(dirname "$0")"/..) function python_test() { + pip3 install --upgrade pip pushd "${BASEDIR}"/python_module >/dev/null pip3 install -e '.[ci]' export PYTHONPATH=.