We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a226ebe commit c123053Copy full SHA for c123053
.github/workflows/full_test.yml
@@ -51,7 +51,7 @@ jobs:
51
uv pip install .[test]
52
- name: Test with pytest
53
run: |
54
- pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
+ python -m pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
55
- name: Test docstrings with doctest
56
run: make doctest
57
- name: Static type check
0 commit comments