Skip to content

Commit

Permalink
Skip the rest of the docs builds on Windows in CI.
Browse files Browse the repository at this point in the history
lxml doesn't have a 3.11 wheel currently.
  • Loading branch information
Julian committed Nov 22, 2022
1 parent 198d1af commit 5563044
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 @@ -123,10 +123,22 @@ jobs:
python-version:
name: "3.11"
toxenv: readme
- os: windows-latest
python-version:
name: "3.11"
toxenv: docs-dirhtml
- os: windows-latest
python-version:
name: "3.11"
toxenv: docs-doctest
- os: windows-latest
python-version:
name: "3.11"
toxenv: docs-linkcheck
- os: windows-latest
python-version:
name: "3.11"
toxenv: docs-spelling
- os: windows-latest
python-version:
name: "3.11"
Expand Down

0 comments on commit 5563044

Please sign in to comment.