summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-11-22 12:50:54 -0500
committerJulian Berman <Julian@GrayVines.com>2022-11-22 12:50:54 -0500
commit556304495ca6202e3c7485a13d77fb5c8f3c593f (patch)
tree5d1c12ab2f84bf13c0628cdbc6ffc3cb069fa085 /.github/workflows
parent198d1af47baf3f04d28fbd4e6cade7916607ec95 (diff)
downloadjsonschema-556304495ca6202e3c7485a13d77fb5c8f3c593f.tar.gz
Skip the rest of the docs builds on Windows in CI.
lxml doesn't have a 3.11 wheel currently.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6c14d14..7147831 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -126,10 +126,22 @@ jobs:
- 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"
toxenv: docs-style
steps: