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