From 95e932e66894c8feef89711ceab6fbbefc0df044 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Thu, 28 Jun 2018 21:21:37 -0400 Subject: [PATCH] update buildkite Signed-off-by: Dan Ryan --- run-tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index 002587c5..aff35e49 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -19,8 +19,9 @@ if [[ ! -z "$TEST_SUITE" ]]; then fi export PATH="~/.local/bin:$PATH" +pip uninstall pipenv echo "Installing Pipenv…" -pip install --user -e "$(pwd)" --upgrade +pip install -e "$(pwd)" --upgrade pipenv install --deploy --dev # Otherwise, we're on a development machine.