Skip to content

Commit 429433b

Browse files
committed
Exclude Codecov step on macos-12, as it now keeps failing due to external reasons.
1 parent 5f17b8b commit 429433b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
env:
6969
NO_EXTERNAL_TESTS: 1
7070
- name: Upload coverage to Codecov
71+
# Repeated failures of Codecov on macos-12
72+
if: ${{ matrix.os != 'macos-12' }}
7173
uses: codecov/codecov-action@v3
7274
with:
7375
flags: unittests

0 commit comments

Comments
 (0)