fabiogra commited on
Commit
6d8379b
1 Parent(s): f08d48f

ci: fix pytest step

Browse files
Files changed (1) hide show
  1. .github/workflows/python-app.yml +2 -2
.github/workflows/python-app.yml CHANGED
@@ -38,5 +38,5 @@ jobs:
38
  continue-on-error: true
39
  - name: Test with pytest
40
  run: |
41
- pip install pytest pytest-cov
42
- pytest tests.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
 
38
  continue-on-error: true
39
  - name: Test with pytest
40
  run: |
41
+ pip install pytest
42
+ pytest