Skip to content

Commit

Permalink
Exclude Codecov step on macos-12, as it now keeps failing due to exte…
Browse files Browse the repository at this point in the history
…rnal reasons.
  • Loading branch information
vsajip committed Aug 7, 2024
1 parent 5f17b8b commit 429433b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
env:
NO_EXTERNAL_TESTS: 1
- name: Upload coverage to Codecov
# Repeated failures of Codecov on macos-12
if: ${{ matrix.os != 'macos-12' }}
uses: codecov/codecov-action@v3
with:
flags: unittests
Expand Down

0 comments on commit 429433b

Please sign in to comment.