We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e92d63 commit 9470294Copy full SHA for 9470294
1 file changed
.github/workflows/core--initializer.yaml
@@ -76,9 +76,12 @@ jobs:
76
id: matrix-exclusions
77
run: |
78
set -eu
79
+ # TEMP: Exclude all PyPy versions until Hatch/Zstandard issue is resolved.
80
# PyPy has slow I/O, even slower on Windows.
81
items="$(jq --compact-output <<EOF
82
[
83
+ {"platform": "macos-latest", "python-version": "pypy3.10"}
84
+ {"platform": "ubuntu-latest", "python-version": "pypy3.10"}
85
{"platform": "windows-latest", "python-version": "pypy3.10"}
86
]
87
EOF
0 commit comments