Skip to content

Commit

Permalink
guard at os level
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Mar 8, 2024
1 parent ae7f8eb commit 875c3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: coverage run --data-file=.coverage-doctest --module pytest src/ README.rst

- name: Coverage report for doctest only
if: success() && matrix.python-version == '3.11'
if: matrix.python-version == '3.11' && matrix.os != 'macos-14'
run: |
coverage report --data-file=.coverage-doctest
coverage xml --data-file=.coverage-doctest -o doctest-coverage.xml
Expand Down

0 comments on commit 875c3d4

Please sign in to comment.