Skip to content

Commit

Permalink
Fixing run command in unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvansebille committed May 2, 2024
1 parent 2594c92 commit a413f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
environment-name: py3_parcels
- name: Unit test
run: |
run -m pytest -v -s tests
python -m pytest -v -s tests

0 comments on commit a413f3b

Please sign in to comment.