mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
don't uninstall pipenv
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ if [[ ! -z "$CI" ]]; then
|
||||
|
||||
echo "Installing Pipenv…"
|
||||
|
||||
pip uninstall -y pipenv
|
||||
# pip uninstall -y pipenv
|
||||
pip install -e "$(pwd)" --upgrade
|
||||
pipenv install --deploy --system --dev
|
||||
|
||||
|
||||
Reference in New Issue
Block a user