Skip to content

Commit 5563044

Browse files
committed
Skip the rest of the docs builds on Windows in CI.
lxml doesn't have a 3.11 wheel currently.
1 parent 198d1af commit 5563044

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
@@ -123,10 +123,22 @@ jobs:
123123
python-version:
124124
name: "3.11"
125125
toxenv: readme
126+
- os: windows-latest
127+
python-version:
128+
name: "3.11"
129+
toxenv: docs-dirhtml
130+
- os: windows-latest
131+
python-version:
132+
name: "3.11"
133+
toxenv: docs-doctest
126134
- os: windows-latest
127135
python-version:
128136
name: "3.11"
129137
toxenv: docs-linkcheck
138+
- os: windows-latest
139+
python-version:
140+
name: "3.11"
141+
toxenv: docs-spelling
130142
- os: windows-latest
131143
python-version:
132144
name: "3.11"

0 commit comments

Comments
 (0)