Skip to content

Commit c6b74f5

Browse files
committed
fix: install dev dependencies for pytest in CI
1 parent f3fc476 commit c6b74f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: uv python install 3.13
3232

3333
- name: Run tests
34-
run: uv run pytest -v
34+
run: uv run --extra dev pytest -v
3535

3636
- name: Build package
3737
run: uv build

0 commit comments

Comments
 (0)