Skip to content

Commit

Permalink
Change cache
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Jan 16, 2025
1 parent 0cbe8b0 commit 7a5a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Cache nox
uses: actions/cache@v4
with:
key: test-${{ hashFiles('pyproject.toml') }}
key: test-${{ hashFiles('pyproject.toml') }}-${{ env.pythonLocation }}
path: .nox

- name: Set up Python
Expand Down

0 comments on commit 7a5a05d

Please sign in to comment.