Skip to content

Commit 06130bd

Browse files
committed
disable pypy on windows
1 parent 8e49202 commit 06130bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,14 @@ jobs:
166166
strategy:
167167
matrix:
168168
platform:
169-
- target: x64
170-
os: windows-latest
171-
py_arch: "x64"
172-
interpreter: "pypy3.10"
173-
- target: x64
174-
os: windows-latest
175-
py_arch: "x64"
176-
interpreter: "pypy3.9"
169+
# - target: x64
170+
# os: windows-latest
171+
# py_arch: "x64"
172+
# interpreter: "pypy3.10"
173+
# - target: x64
174+
# os: windows-latest
175+
# py_arch: "x64"
176+
# interpreter: "pypy3.9"
177177
- target: x64
178178
os: windows-latest
179179
py_arch: "x64"

0 commit comments

Comments
 (0)