Skip to content

Commit

Permalink
Test arm64 Mac wheels (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale authored Sep 20, 2024
1 parent 3f29895 commit dcb32a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test-command = [
]
test-requires = ["pytest-xdist"]
test-extras = ["test"]
test-skip = "*-macosx_arm64 *-*linux_aarch64"
test-skip = "*-*linux_aarch64"
manylinux-x86_64-image = "quay.io/pypa/manylinux_2_28_x86_64:2024-09-16-ab73a4b"
manylinux-aarch64-image = "quay.io/pypa/manylinux_2_28_aarch64:2024-09-16-ab73a4b"

Expand Down Expand Up @@ -80,7 +80,7 @@ environment = { "MACOSX_DEPLOYMENT_TARGET" = "10.14" }
archs = [
"x86_64",
"arm64",
] # Forces arm64 build on x86_64 runner using cross-compilation.
] # Forces x86_64 build on arm64 runner using cross-compilation.
before-build = "export HOMEBREW_AUTO_UPDATING=0 && brew update && brew install ninja"
test-command = [
"cmake -G Ninja -DPython3_EXECUTABLE=$(which python) -B build-dir -S {project}/test/test_cmake",
Expand Down

0 comments on commit dcb32a6

Please sign in to comment.