Fix pytest
This commit is contained in:
parent
89a7acb130
commit
9e78bdec0f
|
|
@ -28,4 +28,4 @@ jobs:
|
||||||
black --check pandas_ods_reader/
|
black --check pandas_ods_reader/
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest tests/
|
python -m pytest tests/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue