Skip to content

Commit 8090b4e

Browse files
committed
Skip tests on 3.10 + Windows which fail for annoying compilation reasons.
1 parent 4be805f commit 8090b4e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,18 @@ jobs:
139139
python-version:
140140
name: pypy-3.7
141141
toxenv: pypy3-format_nongpl-tests
142+
- os: windows-latest
143+
python-version:
144+
name: "3.10"
145+
toxenv: py310-noextra-tests
146+
- os: windows-latest
147+
python-version:
148+
name: "3.10"
149+
toxenv: py310-format-tests
150+
- os: windows-latest
151+
python-version:
152+
name: "3.10"
153+
toxenv: py310-format_nongpl-tests
142154

143155
steps:
144156
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)