We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f17b8b commit 429433bCopy full SHA for 429433b
.github/workflows/python-package.yml
@@ -68,6 +68,8 @@ jobs:
68
env:
69
NO_EXTERNAL_TESTS: 1
70
- name: Upload coverage to Codecov
71
+ # Repeated failures of Codecov on macos-12
72
+ if: ${{ matrix.os != 'macos-12' }}
73
uses: codecov/codecov-action@v3
74
with:
75
flags: unittests
0 commit comments