Skip to content

Commit

Permalink
change pytest command (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
adbar committed Apr 3, 2024
1 parent 651543f commit 6a18366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: mypy -p simplemma -p training -p tests

- name: Test with pytest
run: pytest -p simplemma --cov=./ --cov-report=xml
run: python3 -m pytest --cov=./ --cov-report=xml

# coverage
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 6a18366

Please sign in to comment.