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 cfc2b0d commit 39bc70dCopy full SHA for 39bc70d
1 file changed
.github/workflows/build_wheels.yaml
@@ -17,6 +17,9 @@ jobs:
17
os: [
18
ubuntu-latest,
19
ubuntu-24.04-arm,
20
+ # Failing, probably need to:
21
+ # - read https://github.com/mesonbuild/meson-python/issues/222
22
+ # - maybe try with https://github.com/numpy/numpy/blob/71eebaf8513dfd6ed40b0c689702d81e3f6f2527/.github/workflows/wheels.yml#L133
23
windows-2022,
24
# # windows-latest is moving target at the moment
25
# windows-latest,
0 commit comments