Skip to content

Commit c6c7a07

Browse files
committed
fixup tests.yml
1 parent 8d0b8fb commit c6c7a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
ruff check comocma
4444
- name: Test
4545
run: |
46-
python -c "import comocma.test" # was: pytest
46+
python -m comocma.test # was: pytest

0 commit comments

Comments
 (0)