really don't skip install

This commit is contained in:
Kenneth Reitz
2014-07-17 16:43:38 -04:00
parent a43eaaaf81
commit eb6193d13e
+1 -1
View File
@@ -164,7 +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
unset SKIP_INSTALL
bpwatch stop uninstall_python
fi