Skip to content

Commit

Permalink
disable caching to avoid weird bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 12, 2023
1 parent 8c526a1 commit f4a9356
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 f4a9356

Please sign in to comment.