Skip to content

Commit 052b286

Browse files
committed
skipping testing on cp313-manylinux_aarch64 (torch unavailable)
1 parent 387656c commit 052b286

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cibuildwheel.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ before-build = "rm -rf {package}/osqp_sources/build"
99
before-test = "pip install torch --index-url https://download.pytorch.org/whl/cpu"
1010
test-groups = ["test"]
1111
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"
1214

1315
[tool.cibuildwheel.macos]
1416
# 02/13/25 - Skip testing on cp313-macosx_x86_64 because torch/numpy deps are unsatisfiable

0 commit comments

Comments
 (0)