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.
2 parents 644ea74 + 131537c commit 967670eCopy full SHA for 967670e
.github/workflows/check_code.yml
@@ -24,7 +24,7 @@ jobs:
24
id: cache-dependencies
25
with:
26
path: .venv
27
- key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
+ key: venv-${{ runner.os }}-${{ hashFiles('./poetry.lock') }}
28
29
- name: Install Dependencies if cache doesn't hit
30
if: steps.cache-dependencies.cache-hit != 'true'
0 commit comments