From eb6193d13e79ec1d74f716c7f2b010e29ee25a8d Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Thu, 17 Jul 2014 16:43:38 -0400
Subject: [PATCH] really don't skip install

---
 bin/compile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/compile b/bin/compile
index 759b9419..d64817f5 100755
--- a/bin/compile
+++ b/bin/compile
@@ -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
 
-- 
GitLab