Skip to content

Commit ed39e68

Browse files
committed
fix: github actions
1 parent ffa21dc commit ed39e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
~/.cache/pre-commit
3131
.venv
3232
.cache
33-
key: ${{ runner.os }}-{{ hashFiles('**/.pre-commit-config.yaml', '**/poetry.lock') }}
33+
key: ${{ runner.os }}-{{ hashFiles('**/poetry.lock') }}-{{ hashFiles('**/.pre-commit-config.yaml') }}
3434
- name: Install dependencies
3535
run: |
3636
poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)