From cd18f8fefce8b7dd57781b263cfa99a4db27ddd8 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 18 Aug 2022 20:12:11 -0400 Subject: [PATCH] More iterating on a problem. --- .github/workflows/ci.yaml | 2 +- pipenv/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d02cf640..330cdff6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: git submodule sync git submodule update --init --recursive python -m pip install -e . --upgrade - pipenv --site-packages install --deploy --dev --python=${{ steps.python-path.outputs.path }} + pipenv install --deploy --dev --python=${{ steps.python-path.outputs.path }} - name: Run tests env: PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }} diff --git a/pipenv/core.py b/pipenv/core.py index d87c6e5d..d1f4f2f9 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -1371,7 +1371,7 @@ def get_pip_args( "upgrade": ["--upgrade"], "require_hashes": ["--require-hashes"], "no_build_isolation": ["--no-build-isolation"], - "no_use_pep517": ["--no-use-pep517"], + "no_use_pep517": [], "no_deps": ["--no-deps"], "selective_upgrade": [ "--upgrade-strategy=only-if-needed",