Skip to content

Commit 48b0ed8

Browse files
Fixing pytest command
1 parent 7f30b15 commit 48b0ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
environment-name: py3_parcels
2626
- name: Unit test
2727
run: |
28-
coverage run -m python -m pytest -v -s tests
28+
coverage run -m pytest -v -s tests
2929
coverage xml
3030
- name: Upload coverage reports to Codecov
3131
uses: codecov/codecov-action@v4.0.1

0 commit comments

Comments
 (0)