summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-10-08 09:39:23 -0400
committerJulian Berman <Julian@GrayVines.com>2021-10-08 09:39:23 -0400
commit8090b4e639c2d6e821e7b3e8b1c9519ac3dd935b (patch)
tree42a441a4edcd4bb864296cdcd0eeb4a346f09e54
parent4be805f57ff93fc1610ed08538941c5e1d5c5df3 (diff)
downloadjsonschema-8090b4e639c2d6e821e7b3e8b1c9519ac3dd935b.tar.gz
Skip tests on 3.10 + Windows which fail for annoying compilation reasons.
-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 9a82557..9f5c8ce 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -139,6 +139,18 @@ jobs:
python-version:
name: pypy-3.7
toxenv: pypy3-format_nongpl-tests
+ - os: windows-latest
+ python-version:
+ name: "3.10"
+ toxenv: py310-noextra-tests
+ - os: windows-latest
+ python-version:
+ name: "3.10"
+ toxenv: py310-format-tests
+ - os: windows-latest
+ python-version:
+ name: "3.10"
+ toxenv: py310-format_nongpl-tests
steps:
- uses: actions/checkout@v2