diff --git a/bin/compile b/bin/compile index 8f6ccdf1cc3c118f00c6ed771fb5071792c79d55..f0e0e56a42b4917b5206e0aade40357fb25612d7 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