There was an error while loading. Please reload this page.
1 parent 387656c commit 052b286Copy full SHA for 052b286
1 file changed
cibuildwheel.toml
@@ -9,6 +9,8 @@ before-build = "rm -rf {package}/osqp_sources/build"
9
before-test = "pip install torch --index-url https://download.pytorch.org/whl/cpu"
10
test-groups = ["test"]
11
test-command = "python -m pytest -s {project}/src/osqp/tests"
12
+# 09/10/25 - Skip testing on cp313-manylinux_aarch64 because torch/numpy deps are unsatisfiable
13
+test-skip = "cp313-manylinux_aarch64"
14
15
[tool.cibuildwheel.macos]
16
# 02/13/25 - Skip testing on cp313-macosx_x86_64 because torch/numpy deps are unsatisfiable
0 commit comments