Skip to content

Commit

Permalink
Disable arm runners
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Jan 17, 2025
1 parent a4cc1e3 commit 2b540ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploypypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
[
{os_arch: "manylinux_x86_64", runs-on: "ubuntu-24.04"},
{os_arch: "musllinux_x86_64", runs-on: "ubuntu-24.04"},
{os_arch: "manylinux_aarch64", runs-on: "ubuntu-24.04-arm"},
{os_arch: "musllinux_aarch64", runs-on: "ubuntu-24.04-arm"},
# {os_arch: "manylinux_aarch64", runs-on: "ubuntu-24.04-arm"},
# {os_arch: "musllinux_aarch64", runs-on: "ubuntu-24.04-arm"},
{os_arch: "macosx_arm64", runs-on: "macos-15"},
]
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ plotartisviewingangles = 'artistools.viewing_angles_visualization:main'
[tool.cibuildwheel]
build-frontend = "build[uv]"
archs = ["auto64"]
test-requires = "pytest"
test-command = "pytest {project}"

[tool.cibuildwheel.linux]
before-all = [
Expand Down

0 comments on commit 2b540ae

Please sign in to comment.