We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bab775 commit 768bc48Copy full SHA for 768bc48
.github/workflows/pythonpackage.yml
@@ -54,7 +54,7 @@ jobs:
54
coverage xml
55
- name: Upload code coverage (macOS only)
56
if:
57
- "matrix.os == 'macos-latest'"
+ "matrix.os == 'macos-latest' && matrix.python-version == '3.10'"
58
uses: codecov/codecov-action@v2
59
with:
60
directory: ./
0 commit comments