We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9470294 commit 39a283fCopy full SHA for 39a283f
1 file changed
.github/workflows/core--initializer.yaml
@@ -80,8 +80,8 @@ jobs:
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"}
+ {"platform": "macos-latest", "python-version": "pypy3.10"},
+ {"platform": "ubuntu-latest", "python-version": "pypy3.10"},
85
{"platform": "windows-latest", "python-version": "pypy3.10"}
86
]
87
EOF
0 commit comments