diff --git a/bin/steps/pipenv b/bin/steps/pipenv index 6ccd3ee..a6271d0 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 e69ef31..23aa12a 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