Skip to content

Commit 3cb989f

Browse files
committed
fixup workflows/test.py
1 parent e405893 commit 3cb989f

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 -m comocma.test # was: pytest
46+
python -c "import comocma.test" # was: pytest

0 commit comments

Comments
 (0)