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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

+2
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)