Skip to content

Commit defb12a

Browse files
committed
update ci
1 parent 53131ab commit defb12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: cache-uv
3636
with:
3737
path: ~/.cache/uv
38-
key: uvcache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
38+
key: uvcache-${{ runner.os }}-${{ hashFiles('uv.lock') }}-${{ hashFiles('pyproject.toml') }}
3939

4040
- name: Install dependencies
4141
run: uv sync --dev --all-extras

0 commit comments

Comments
 (0)