Skip to content

Commit c87c1f3

Browse files
committed
Only doccheck on Ubuntu/3.8
1 parent f3d9377 commit c87c1f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
path: Tests/errors
9797

9898
- name: Docs
99-
if: matrix.python-version == 3.8
99+
if: startsWith(matrix.os, 'ubuntu') && matrix.python-version == 3.8
100100
run: |
101101
pip install sphinx-rtd-theme
102102
make doccheck

0 commit comments

Comments
 (0)