From 4b8d9ffd3336ffd7601c16d37d5fa318d975bec8 Mon Sep 17 00:00:00 2001 From: Dan Ryan Date: Fri, 29 Jun 2018 12:45:14 -0400 Subject: [PATCH] Pass `-y` to pip uninstall for buildkite Signed-off-by: Dan Ryan --- run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.sh b/run-tests.sh index aff35e49..ce62ea5a 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -19,7 +19,7 @@ if [[ ! -z "$TEST_SUITE" ]]; then fi export PATH="~/.local/bin:$PATH" -pip uninstall pipenv +pip uninstall -y pipenv echo "Installing Pipenv…" pip install -e "$(pwd)" --upgrade pipenv install --deploy --dev