Skip to content
Snippets Groups Projects
Commit a3675f9c authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

try this


Signed-off-by: default avatarKenneth Reitz <me@kennethreitz.org>
parent 3b3cb9e6
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ if [[ -f Pipfile ]]; then
/app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null
if [[ ! -f Pipfile.lock ]]; then
bash --init-file <(echo "/app/.heroku/python/bin/pipenv install --system --skip-lock") 2>&1 | indent
bash -c "/app/.heroku/python/bin/pipenv install --system --skip-lock" 2>&1 | indent
else
bash --init-file <(echo "/app/.heroku/python/bin/pipenv install --system") 2>&1 | indent
bash -c "/app/.heroku/python/bin/pipenv install --system" 2>&1 | indent
fi
# Install the dependencies.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment