Commit a43eaaaf authored by Kenneth Reitz's avatar Kenneth Reitz

don't skip the install

parent c31574d7
......@@ -164,6 +164,7 @@ if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
bpwatch start uninstall_python
puts-step "Stack changed, re-installing $PYTHON_VERSION."
rm -fr .heroku/python
SKIP_INSTALL=0
bpwatch stop uninstall_python
fi
......
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