summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-11-18 15:22:37 -0500
committerJulian Berman <Julian@GrayVines.com>2020-11-18 15:22:37 -0500
commite5b0127d2c48ae4712b1baa27c077cd5147778b6 (patch)
treeed92dc857d6d53326fe53564cb0325a8c595fe59
parentdf48d09fb5c53408dd60861b22b564a8d1d92b48 (diff)
downloadjsonschema-e5b0127d2c48ae4712b1baa27c077cd5147778b6.tar.gz
Go back to skipping the windows envs that are annoying to fix.
-rw-r--r--.github/workflows/ci.yml26
1 files changed, 3 insertions, 23 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4e048dc..9844c42 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -126,14 +126,6 @@ jobs:
toxenv: safety
- os: windows-latest
python-version:
- name: pypy3
- toxenv: secrets
- - os: windows-latest
- python-version:
- name: pypy3
- toxenv: style
- - os: windows-latest
- python-version:
name: 3.6
toxenv: py36-noextra-build
- os: windows-latest
@@ -194,27 +186,15 @@ jobs:
toxenv: py39-format_nongpl-tests
- os: windows-latest
python-version:
- name: pypy3
+ name: 3.9
toxenv: readme
- os: windows-latest
python-version:
- name: pypy3
- toxenv: docs-html
- - os: windows-latest
- python-version:
- name: pypy3
- toxenv: docs-doctest
- - os: windows-latest
- python-version:
- name: pypy3
+ name: 3.9
toxenv: docs-linkcheck
- os: windows-latest
python-version:
- name: pypy3
- toxenv: docs-spelling
- - os: windows-latest
- python-version:
- name: pypy3
+ name: 3.9
toxenv: docs-style
steps: