Skip to content

Release v0.3.1

Release v0.3.1 #79

Triggered via push August 15, 2024 07:09
Status Failure
Total duration 3m 44s
Billable time 4m
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
build (macos-latest, 3.9)
Command ['pip', 'install', '/private/var/folders/hw/1f0gcr8d6kn9ms0_wn0_57qc0000gn/T/cibw-run-jhya3gdq/cp313-macosx_arm64/repaired_wheel/numpy_minmax-0.3.1-cp313-cp313-macosx_11_0_arm64.whl'] failed with code 1.
build (macos-latest, 3.9)
Process completed with exit code 1.
build (windows-latest, 3.9)
The job was canceled because "macos-latest_3_9" failed.
build (windows-latest, 3.9)
The operation was canceled.
build (ubuntu-22.04-arm64, 3.9)
The job was canceled because "macos-latest_3_9" failed.
build (ubuntu-22.04-arm64, 3.9)
The operation was canceled.
build (ubuntu-latest, 3.9)
The job was canceled because "macos-latest_3_9" failed.
build (ubuntu-latest, 3.9)
The operation was canceled.
build (macos-latest, 3.9)
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"`.