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

really don't skip install

parent a43eaaaf
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ if [ ! $STACK = $CACHED_PYTHON_STACK ]; then ...@@ -164,7 +164,7 @@ if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
bpwatch start uninstall_python bpwatch start uninstall_python
puts-step "Stack changed, re-installing $PYTHON_VERSION." puts-step "Stack changed, re-installing $PYTHON_VERSION."
rm -fr .heroku/python rm -fr .heroku/python
SKIP_INSTALL=0 unset SKIP_INSTALL
bpwatch stop uninstall_python bpwatch stop uninstall_python
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