Skip to content

Commit 9470294

Browse files
committed
Project: Github Workflows: Exclude PyPy on all platforms until Hatch/Zstandard issue is resolved.
1 parent 2e92d63 commit 9470294

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/core--initializer.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,12 @@ jobs:
7676
id: matrix-exclusions
7777
run: |
7878
set -eu
79+
# TEMP: Exclude all PyPy versions until Hatch/Zstandard issue is resolved.
7980
# PyPy has slow I/O, even slower on Windows.
8081
items="$(jq --compact-output <<EOF
8182
[
83+
{"platform": "macos-latest", "python-version": "pypy3.10"}
84+
{"platform": "ubuntu-latest", "python-version": "pypy3.10"}
8285
{"platform": "windows-latest", "python-version": "pypy3.10"}
8386
]
8487
EOF

0 commit comments

Comments
 (0)