From bd9d62d907c4f9b97f844c086315f830fcb11e7f Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Thu, 18 Aug 2022 20:07:05 -0400 Subject: [PATCH] More iterating on a problem. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 476f9f82..d02cf640 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 --system-site-packages install --deploy --dev --python=${{ steps.python-path.outputs.path }} + pipenv --site-packages install --deploy --dev --python=${{ steps.python-path.outputs.path }} - name: Run tests env: PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}