Pass -y to pip uninstall for buildkite

Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
Dan Ryan
2018-06-29 12:45:14 -04:00
parent c6fba403fe
commit 4b8d9ffd33
+1 -1
View File
@@ -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