Skip to content

Commit

Permalink
re-enable pip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 14, 2023
1 parent 5aaaa2b commit 4110313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand Down

0 comments on commit 4110313

Please sign in to comment.