diff --git a/.github/workflows/e2e-cache.yml b/.github/workflows/e2e-cache.yml index 115fe801..8a341e5b 100644 --- a/.github/workflows/e2e-cache.yml +++ b/.github/workflows/e2e-cache.yml @@ -55,9 +55,9 @@ jobs: mv ./__tests__/data/Pipfile.lock . mv ./__tests__/data/Pipfile . if ("${{ matrix.python-version }}" -Match "pypy") { - pipenv install --keep-outdated --python pypy + pipenv install --python pypy --keep-outdated } else { - pipenv install --keep-outdated --python ${{ matrix.python-version }} + pipenv install --python ${{ matrix.python-version }} --keep-outdated } python-poetry-dependencies-caching: