summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-02-22 18:06:52 -0500
committerJulian Berman <Julian@GrayVines.com>2021-02-22 18:06:52 -0500
commitd01a699c1a1863d66fb8d79ba59d856d877c7722 (patch)
tree1487d30262106348954b74656f6001bd96e415b7
parent6e83dc76d5028de3a71d6974c52a21d789db91ba (diff)
downloadjsonschema-windows.tar.gz
Reskip the PyPy-on-Windows tests.windows
They seem to produce a fun variety of errors that I can't diagnose at the minute See e.g. https://github.com/Julian/jsonschema/runs/1956639377?check_suite_focus=true
-rw-r--r--.github/workflows/ci.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3efb6c6..3446f25 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -108,6 +108,30 @@ jobs:
python-version:
name: 3.9
toxenv: docs-style
+ - os: windows-latest
+ python-version:
+ name: pypy-3.7
+ toxenv: pypy3-noextra-build
+ - os: windows-latest
+ python-version:
+ name: pypy-3.7
+ toxenv: pypy3-noextra-tests
+ - os: windows-latest
+ python-version:
+ name: pypy-3.7
+ toxenv: pypy3-format-build
+ - os: windows-latest
+ python-version:
+ name: pypy-3.7
+ toxenv: pypy3-format-tests
+ - os: windows-latest
+ python-version:
+ name: pypy-3.7
+ toxenv: pypy3-format_nongpl-build
+ - os: windows-latest
+ python-version:
+ name: pypy-3.7
+ toxenv: pypy3-format_nongpl-tests
steps:
- uses: actions/checkout@v2