diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index fc4a08dae..f76ac0a2a 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -50,7 +50,7 @@ jobs: - name: Install pipenv run: pipx install pipenv - name: Install dependencies - run: pipenv install numpy + run: pipenv install --system numpy python-poetry-dependencies-caching: name: Test poetry (Python ${{ matrix.python-version}}, ${{ matrix.os }}) @@ -112,4 +112,4 @@ jobs: - name: Install pipenv run: pipx install pipenv - name: Install dependencies - run: pipenv install numpy \ No newline at end of file + run: pipenv install --system numpy \ No newline at end of file