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 }}