mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Pass -y to pip uninstall for buildkite
Signed-off-by: Dan Ryan <dan@danryan.co>
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user