summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-12-30 12:49:18 +0000
committerJulian Berman <Julian@GrayVines.com>2019-12-30 12:49:18 +0000
commitf3c73ad90cf617f2c7e5839e6d66f9c58858acb6 (patch)
tree2befb178ae0d81bb1933a4de8211287dc10abd08
parent08bc0ea3713fb56f85db2ba788c294219c3a1081 (diff)
downloadjsonschema-gha.tar.gz
Skip the rest of the obscurely failing Windows builds.gha
-rw-r--r--.github/workflows/ci.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b8b041d..5766fd4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -76,20 +76,50 @@ jobs:
- name: 3.8
toxenv: py38-tests_nongpl
exclude:
+ # Building on Windows isn't supported, and 3.5/PyPy on Windows
+ # seem to fail with silent obscure errors.
- os: windows-latest
python-version:
name: pypy2
toxenv: pypy2-build
- os: windows-latest
python-version:
+ name: pypy2
+ toxenv: safety
+ - os: windows-latest
+ python-version:
name: pypy3
toxenv: pypy3-build
- os: windows-latest
python-version:
+ name: pypy3
+ toxenv: pypy3-tests
+ - os: windows-latest
+ python-version:
+ name: pypy3
+ toxenv: pypy3-tests_nongpl
+ - os: windows-latest
+ python-version:
+ name: pypy3
+ toxenv: safety
+ - os: windows-latest
+ python-version:
+ name: pypy3
+ toxenv: secrets
+ - os: windows-latest
+ python-version:
name: 3.5
toxenv: py35-build
- os: windows-latest
python-version:
+ name: 3.5
+ toxenv: py35-tests
+ - os: windows-latest
+ python-version:
+ name: 3.5
+ toxenv: py35-tests_nongpl
+ - os: windows-latest
+ python-version:
name: 3.6
toxenv: py36-build
- os: windows-latest