mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
don't skip the install
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user