We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa21dc commit ed39e68Copy full SHA for ed39e68
.github/workflows/test.yml
@@ -30,7 +30,7 @@ jobs:
30
~/.cache/pre-commit
31
.venv
32
.cache
33
- key: ${{ runner.os }}-{{ hashFiles('**/.pre-commit-config.yaml', '**/poetry.lock') }}
+ key: ${{ runner.os }}-{{ hashFiles('**/poetry.lock') }}-{{ hashFiles('**/.pre-commit-config.yaml') }}
34
- name: Install dependencies
35
run: |
36
poetry config virtualenvs.in-project true
0 commit comments