diff --git a/run-tests.sh b/run-tests.sh index f4fc4f8d..68193a8d 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -29,8 +29,8 @@ if [[ ! -z "$CI" ]]; then # pip uninstall -y pipenv virtualenv venv - venv/bin/pip install --user -e "$(pwd)" --upgrade - venv/bin/pipenv install --deploy --dev + pip install --user -e "$(pwd)" --upgrade + pipenv install --deploy --dev # Otherwise, we're on a development machine. else