From c2b146554881498931dcaf561ba5af4d0decbc0e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 11 Jul 2014 13:36:41 -0400 Subject: [PATCH] missed two more --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index 8f6ccdf1..f0e0e56a 100755 --- a/bin/compile +++ b/bin/compile @@ -226,8 +226,8 @@ fi puts-step "Installing dependencies using Pip ($PIP_VERSION)" -[ ! "$FRESH_PYTHON" ] && bpwatch start pip_install -[ "$FRESH_PYTHON" ] && bpwatch start pip_install_first +# [ ! "$FRESH_PYTHON" ] && bpwatch start pip_install +# [ "$FRESH_PYTHON" ] && bpwatch start pip_install_first /app/.heroku/python/bin/pip install -r requirements.txt --exists-action=w --src=./.heroku/src --allow-all-external | cleanup | indent -- GitLab