Skip to content

Commit b3082ff

Browse files
committed
fix pytest workflow
1 parent 3904fce commit b3082ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
run: uv sync
2727

2828
- name: Run tests
29-
run: uv run pytest tests
29+
run: uv run python -m pytest

0 commit comments

Comments
 (0)