Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 21, 2024
1 parent 53131ab commit defb12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: cache-uv
with:
path: ~/.cache/uv
key: uvcache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
key: uvcache-${{ runner.os }}-${{ hashFiles('uv.lock') }}-${{ hashFiles('pyproject.toml') }}

- name: Install dependencies
run: uv sync --dev --all-extras
Expand Down

0 comments on commit defb12a

Please sign in to comment.