Commit 97674f59 authored by Liu Junxiao's avatar Liu Junxiao Committed by jxltom

Only upgrade pipenv except for other requirements such as pip

parent 9c2bbd10
...@@ -44,7 +44,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then ...@@ -44,7 +44,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then
export PIPENV_VERSION="2018.5.18" export PIPENV_VERSION="2018.5.18"
# Install pipenv. # Install pipenv.
/app/.heroku/python/bin/pip install pipenv==$PIPENV_VERSION --upgrade &> /dev/null /app/.heroku/python/bin/pip install pipenv==$PIPENV_VERSION --upgrade --upgrade-strategy only-if-needed &> /dev/null
# Install the dependencies. # Install the dependencies.
if [[ ! -f Pipfile.lock ]]; then if [[ ! -f Pipfile.lock ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment