Fix pytest

This commit is contained in:
iuvbio 2021-08-20 19:56:14 +02:00 committed by GitHub
parent 89a7acb130
commit 9e78bdec0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@ jobs:
black --check pandas_ods_reader/
- name: Test with pytest
run: |
pytest tests/
python -m pytest tests/