Skip to content

Commit

Permalink
update cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Oct 23, 2024
1 parent 404cab3 commit 3c33878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
init-shell: >-
bash
cache-environment: true
cache-environment-key: requirements-${{ hashFiles('pyproject.toml') }}
cache-environment-key: requirements-${{ hashFiles('pyproject.toml', 'poetry.lock') }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 3c33878

Please sign in to comment.