diff --git a/run-tests.sh b/run-tests.sh index 37d39cf1..6cde0734 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -27,7 +27,7 @@ if [[ ! -z "$CI" ]]; then echo "Installing Pipenv…" - pip uninstall -y pipenv + # pip uninstall -y pipenv pip install -e "$(pwd)" --upgrade pipenv install --deploy --system --dev