Skip to content

Commit

Permalink
Only run docs builds on Linux.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Julian committed Jan 31, 2025
1 parent 1bbd9c2 commit 15a9f32
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ jobs:
noxenv: "tests-3.13(no-extras)"
posargs: coverage github
exclude:
- os: macos-latest
noxenv: "docs(dirhtml)"
- os: macos-latest
noxenv: "docs(doctest)"
- os: macos-latest
noxenv: "docs(linkcheck)"
- os: macos-latest
noxenv: "docs(man)"
- os: macos-latest
noxenv: "docs(spelling)"
- os: macos-latest
noxenv: "docs(style)"
- os: windows-latest
noxenv: "docs(dirhtml)"
- os: windows-latest
Expand Down

0 comments on commit 15a9f32

Please sign in to comment.