Skip to content

Commit 62a27f7

Browse files
ci: install Python test dependencies
1 parent ad17d0f commit 62a27f7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Test
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86

@@ -19,7 +17,7 @@ jobs:
1917
run: uv python install 3.12
2018

2119
- name: Install dependencies
22-
run: uv sync
20+
run: uv sync --extra dev
2321

2422
- name: Run tests
2523
run: uv run pytest tests/python -v

0 commit comments

Comments
 (0)