Skip to content

Commit

Permalink
Skip doctests in minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Jun 19, 2024
1 parent ac8a3ef commit c0c71d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
- name: Test with pytest
run: |
python -m pytest
if: matrix.requirements != 'minimum'

- name: Test with pytest (skip doctests)
run: |
python -m pytest --ignore=audformat --cov-fail-under=99
if: matrix.requirements == 'minimum'

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit c0c71d4

Please sign in to comment.