Skip to content

Commit 768bc48

Browse files
committed
Push to codecov only for py3.10
1 parent 6bab775 commit 768bc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
coverage xml
5555
- name: Upload code coverage (macOS only)
5656
if:
57-
"matrix.os == 'macos-latest'"
57+
"matrix.os == 'macos-latest' && matrix.python-version == '3.10'"
5858
uses: codecov/codecov-action@v2
5959
with:
6060
directory: ./

0 commit comments

Comments
 (0)