We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0b8fb commit c6c7a07Copy full SHA for c6c7a07
.github/workflows/tests.yml
@@ -43,4 +43,4 @@ jobs:
43
ruff check comocma
44
- name: Test
45
run: |
46
- python -c "import comocma.test" # was: pytest
+ python -m comocma.test # was: pytest
0 commit comments