Skip to content

Commit

Permalink
bump cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Oct 28, 2024
1 parent 89e6fc9 commit 3805516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}
key: ${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}
key: v-0-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}

- name: Install dependencies
run: |
Expand Down Expand Up @@ -84,5 +84,5 @@ jobs:
- name: Upload coverage report
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required but might help API rate limits
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml

0 comments on commit 3805516

Please sign in to comment.