Skip to content

Commit 696eac7

Browse files
fix: install dev dependencies in CI workflow
1 parent a333e94 commit 696eac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: pip install uv
2828

2929
- name: Install dependencies
30-
run: uv sync
30+
run: uv sync --extra dev
3131

3232
- name: Run all tests
3333
run: make test-all

0 commit comments

Comments
 (0)