From 4110313c9b5dbbedd18986b1533af65c0f4d3d5a Mon Sep 17 00:00:00 2001 From: mashehu Date: Thu, 14 Dec 2023 10:44:29 +0100 Subject: [PATCH] re-enable pip cache --- .github/workflows/pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index c9bf12643e..9f8172a3be 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -47,7 +47,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - # cache: "pip" + cache: "pip" if: ${{ env.run-tests == 'true' }} outputs: python-version: ${{ matrix.python-version }} @@ -67,7 +67,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: ${{ needs.setup.outputs.python-version }} - # cache: "pip" + cache: "pip" - name: Install dependencies run: |