Skip to content

Commit

Permalink
Simplifies pytest call
Browse files Browse the repository at this point in the history
  • Loading branch information
edgararuiz committed Oct 15, 2024
1 parent b0d568e commit 7fe3f65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ jobs:
pip install -r python/requirements.txt
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest python --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
pytest python

0 comments on commit 7fe3f65

Please sign in to comment.