We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53131ab commit defb12aCopy full SHA for defb12a
.github/workflows/static-analysis.yml
@@ -35,7 +35,7 @@ jobs:
35
id: cache-uv
36
with:
37
path: ~/.cache/uv
38
- key: uvcache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
+ key: uvcache-${{ runner.os }}-${{ hashFiles('uv.lock') }}-${{ hashFiles('pyproject.toml') }}
39
40
- name: Install dependencies
41
run: uv sync --dev --all-extras
0 commit comments