We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c4652 commit 01dddbbCopy full SHA for 01dddbb
.github/workflows/pytest.yml
@@ -31,10 +31,10 @@ jobs:
31
pip install -r requirements.txt
32
pip install pytest pytest-cov
33
34
- - matrix.os: ubuntu-latest
35
- run: python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
36
-
37
- - matrix.os: macos-latest
+ - matrix:
+ os:
+ - ubuntu-latest
+ - macos-latest
38
run: python -m pytest --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html
39
40
- matrix.os: windows-latest
0 commit comments