Skip to content
Snippets Groups Projects
Unverified Commit ce30ca05 authored by Kenneth Reitz's avatar Kenneth Reitz Committed by GitHub
Browse files

pin to pipenv==11.6.1

parent f9e54dc3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment