Skip to content

Commit f023500

Browse files
committed
dependencies
1 parent ec11fab commit f023500

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
with:
1616
python-version: '3.13'
1717

18+
- name: Install uv
19+
run: pip install uv
20+
21+
- name: Install dependencies
22+
run: uv sync --group dev
23+
1824
- name: Test
1925
run: make test
2026

0 commit comments

Comments
 (0)