Skip to content

Commit 39a283f

Browse files
committed
Project: Github Workflows: Exclude PyPy on all platforms until Hatch/Zstandard issue is resolved. (Fix to previous commit.)
1 parent 9470294 commit 39a283f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/core--initializer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
# PyPy has slow I/O, even slower on Windows.
8181
items="$(jq --compact-output <<EOF
8282
[
83-
{"platform": "macos-latest", "python-version": "pypy3.10"}
84-
{"platform": "ubuntu-latest", "python-version": "pypy3.10"}
83+
{"platform": "macos-latest", "python-version": "pypy3.10"},
84+
{"platform": "ubuntu-latest", "python-version": "pypy3.10"},
8585
{"platform": "windows-latest", "python-version": "pypy3.10"}
8686
]
8787
EOF

0 commit comments

Comments
 (0)