diff --git a/run-tests.sh b/run-tests.sh index 9a6db97f..002587c5 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -20,7 +20,7 @@ fi export PATH="~/.local/bin:$PATH" echo "Installing Pipenv…" -pip install -e "$(pwd)" --upgrade +pip install --user -e "$(pwd)" --upgrade pipenv install --deploy --dev # Otherwise, we're on a development machine.