Skip to content

[MAINT] Remove Eigenpro and Test build wheel #98

[MAINT] Remove Eigenpro and Test build wheel

[MAINT] Remove Eigenpro and Test build wheel #98

Triggered via pull request November 5, 2024 13:24
Status Failure
Total duration 6m 14s
Artifacts

build-wheels.yml

on: pull_request
Matrix: build_wheels
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
macos-latest
Process completed with exit code 1.
windows-latest
The job was canceled because "macos-latest" failed.
windows-latest
The operation was canceled.
ubuntu-22.04
The job was canceled because "macos-latest" failed.
ubuntu-22.04
The operation was canceled.
macos-latest
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
macos-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
macos-latest
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.