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 f3d9377 commit c87c1f3Copy full SHA for c87c1f3
1 file changed
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
path: Tests/errors
97
98
- name: Docs
99
- if: matrix.python-version == 3.8
+ if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.8
100
run: |
101
pip install sphinx-rtd-theme
102
make doccheck
0 commit comments