From a43eaaaf81f53c8135ede53124fb0021f44a8052 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Thu, 17 Jul 2014 16:42:05 -0400 Subject: [PATCH] don't skip the install --- bin/compile | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/compile b/bin/compile index 0afdab9e..759b9419 100755 --- a/bin/compile +++ b/bin/compile @@ -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 -- GitLab