Skip to content

Commit 15a9f32

Browse files
committed
Only run docs builds on Linux.
I have no idea why CI is failing to find enchant (possibly a need to set LIBRARY_PATH in GH Actions) but it's fine for now to just run this on one OS.
1 parent 1bbd9c2 commit 15a9f32

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ jobs:
4747
noxenv: "tests-3.13(no-extras)"
4848
posargs: coverage github
4949
exclude:
50+
- os: macos-latest
51+
noxenv: "docs(dirhtml)"
52+
- os: macos-latest
53+
noxenv: "docs(doctest)"
54+
- os: macos-latest
55+
noxenv: "docs(linkcheck)"
56+
- os: macos-latest
57+
noxenv: "docs(man)"
58+
- os: macos-latest
59+
noxenv: "docs(spelling)"
60+
- os: macos-latest
61+
noxenv: "docs(style)"
5062
- os: windows-latest
5163
noxenv: "docs(dirhtml)"
5264
- os: windows-latest

0 commit comments

Comments
 (0)