diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 474230a8c7..bc6f76d5d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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