Skip to content

Commit 0491855

Browse files
committed
switch to pure pytest for linux testing
1 parent 0981214 commit 0491855

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ jobs:
4343
pip install pyarrow
4444
pip install rioxarray
4545
pip install pytest
46-
pip install pytest-cov
47-
pip install coverage
4846
4947
- name: Test with pytest
5048
shell: bash -l {0}
5149
run: |
52-
coverage run -m pytest tests/test*.py
53-
coverage report
54-
coverage xml
50+
pytest tests/test*.py
5551

0 commit comments

Comments
 (0)