diff --git a/bin/steps/pipenv b/bin/steps/pipenv index a274211c3b0cc9d1c4c001a9aaa2da9dac8a952f..a87bcbe8c7278ee889cb91be9df45d0437ac283e 100755 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -42,7 +42,7 @@ if [ ! "$SKIP_PIPENV_INSTALL" ]; then fi # Install pipenv. - /app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null + /app/.heroku/python/bin/pip install pipenv==11.6.1 --upgrade &> /dev/null # Install the dependencies. if [[ ! -f Pipfile.lock ]]; then