Skip to content

Commit d01a699

Browse files
committed
Reskip the PyPy-on-Windows tests.
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
1 parent 6e83dc7 commit d01a699

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/ci.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,30 @@ jobs:
108108
python-version:
109109
name: 3.9
110110
toxenv: docs-style
111+
- os: windows-latest
112+
python-version:
113+
name: pypy-3.7
114+
toxenv: pypy3-noextra-build
115+
- os: windows-latest
116+
python-version:
117+
name: pypy-3.7
118+
toxenv: pypy3-noextra-tests
119+
- os: windows-latest
120+
python-version:
121+
name: pypy-3.7
122+
toxenv: pypy3-format-build
123+
- os: windows-latest
124+
python-version:
125+
name: pypy-3.7
126+
toxenv: pypy3-format-tests
127+
- os: windows-latest
128+
python-version:
129+
name: pypy-3.7
130+
toxenv: pypy3-format_nongpl-build
131+
- os: windows-latest
132+
python-version:
133+
name: pypy-3.7
134+
toxenv: pypy3-format_nongpl-tests
111135

112136
steps:
113137
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)