We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8844f commit 605ec88Copy full SHA for 605ec88
.github/scripts/extract_matrix.py
@@ -27,6 +27,10 @@
27
# Jobs failing in GitHub Actions:buffer overflow, out of memory, auditwheel incompatible with runner ubuntu-latest's glibc version
28
"python-svm-unittest",
29
"cpython-gate",
30
+
31
+ # Python 3.8.10 (matrix.python_version) is not available for linux aarch64
32
+ # cf. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
33
+ "python-svm-build-gate-linux-aarch64"
34
)
35
36
# TODO build link using self.runs_on
0 commit comments