diff --git a/bin/steps/pipenv b/bin/steps/pipenv index 6ccd3eed6fb3cdb480b7b34e31b9b4ef3c373dea..a6271d084d0fdc873a6401ddd6cea1cb2698ffc3 100644 --- a/bin/steps/pipenv +++ b/bin/steps/pipenv @@ -9,7 +9,7 @@ if [[ -f Pipfile ]]; then /app/.heroku/python/bin/pip install pipenv --upgrade &> /dev/null # Install the dependencies. - /app/.heroku/python/bin/pipenv install --system 2>&1 | indent + /app/.heroku/python/bin/pipenv install --system --skip-lock 2>&1 | indent # Skip pip install, later. export SKIP_PIP_INSTALL=1 diff --git a/bin/steps/pipenv-python-version b/bin/steps/pipenv-python-version index e69ef31ced7954f38ec16f354a28949eccb7ce9f..23aa12a35532b487a229fec1266dd1c0665b010d 100755 --- a/bin/steps/pipenv-python-version +++ b/bin/steps/pipenv-python-version @@ -2,7 +2,7 @@ # Detect Python-version with Pipenv. -if [[ -f $BUILD_DIR/Pipfile.lock ]]; then +if [[ -f $BUILD_DIR/Pipfile ]]; then if [[ ! -f $BUILD_DIR/runtime.txt ]]; then if [[ ! -f $BUILD_DIR/Pipfile.lock ]]; then