Skip to content
Snippets Groups Projects
Commit fd53d4e1 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

also skip pip install


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 329cd6eb
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ if [[ -f Pipfile.lock ]]; then
# echo "To disable this functionality, run the following command:"
# echo ""
# echo " $ heroku config:set PIPENV_ALWAYS_INSTALL=1" | indent
export SKIP_PIPENV_INSTALL=1
export SKIP_PIP_INSTALL=1
fi
fi
fi
......
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