Skip to content

Commit c123053

Browse files
committed
Getting closer
1 parent a226ebe commit c123053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uv pip install .[test]
5252
- name: Test with pytest
5353
run: |
54-
pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
54+
python -m pytest --cov=mikeio tests --ignore tests/performance/ --ignore tests/notebooks/ --disable-warnings
5555
- name: Test docstrings with doctest
5656
run: make doctest
5757
- name: Static type check

0 commit comments

Comments
 (0)