Skip to content

Commit

Permalink
pyg4ometry : (CI/CD) temporary removal of arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartboogert committed Aug 4, 2023
1 parent 031d020 commit 29ee9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ manylinux-x86_64-image = "g4edge/pyg4ometry-manylinux2014_x86_64:latest"
archs = ["auto"]

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
archs = ["x86_64"] #, "arm64"]
before-all = ".github/bin/install-deps-macos.sh"

0 comments on commit 29ee9f7

Please sign in to comment.