Skip to content

Commit 53131ab

Browse files
committed
update ci
1 parent 3da171b commit 53131ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/static-analysis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
path: ~/.cache/uv
3838
key: uvcache-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
3939

40+
- name: Install dependencies
41+
run: uv sync --dev --all-extras
42+
4043
- name: Set up Python
4144
uses: actions/setup-python@v5
4245
with:

0 commit comments

Comments
 (0)