We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798a2cf commit a3a470cCopy full SHA for a3a470c
.github/workflows/unittest.yml
@@ -100,9 +100,9 @@ jobs:
100
# Test cases loaded is defined in __init__.py in the tests directory.
101
# See also tests/README.md
102
- name: Coverage report
103
- if: matrix.python-version == env.PYTHON_VERSION_LATEST
+ if: matrix.os == 'ubuntu-latest' && matrix.python-version == env.PYTHON_VERSION_LATEST
104
env:
105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106
COVERALLS_SERVICE_NAME: github
107
run: coveralls
108
- # Only submit a report from the latest Python version
+ # Only submit a report from the latest Python version on ubuntu-latest.
0 commit comments