Skip to content

Commit 23c4ff7

Browse files
committed
fix(ci): use python -m pytest for reliable test discovery
1 parent 8682b65 commit 23c4ff7

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
@@ -21,4 +21,4 @@ jobs:
2121

2222
- run: uv sync --dev
2323

24-
- run: uv run pytest
24+
- run: uv run python -m pytest

0 commit comments

Comments
 (0)