Skip to content

Commit a3a470c

Browse files
committed
Only submit a report from the latest Python version on ubuntu-latest
1 parent 798a2cf commit a3a470c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ jobs:
100100
# Test cases loaded is defined in __init__.py in the tests directory.
101101
# See also tests/README.md
102102
- name: Coverage report
103-
if: matrix.python-version == env.PYTHON_VERSION_LATEST
103+
if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_VERSION_LATEST
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106106
COVERALLS_SERVICE_NAME: github
107107
run: coveralls
108-
# Only submit a report from the latest Python version
108+
# Only submit a report from the latest Python version on ubuntu-latest.

0 commit comments

Comments
 (0)