Skip to content

Commit 4a90c76

Browse files
committed
syntax fix
1 parent fb5f0e0 commit 4a90c76

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cibuildwheel.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ before-build = "rm -rf {package}/osqp_sources/build"
66
# Install CPU-only version of torch beforehand since that allows cibuildwheel
77
# to satisfy the "test" dependency group install, but much faster. The runtime
88
# cost of torch-based osqp tests are considered negligible so torch-cpu is ok.
9-
before-test = """
10-
pip install "scipy!=1.12.0,<1.17"
11-
pip install torch --index-url https://download.pytorch.org/whl/cpu"
12-
"""
9+
before-test = 'pip install "scipy!=1.12.0,<1.17" && pip install torch --index-url https://download.pytorch.org/whl/cpu'
1310
test-groups = ["test"]
1411
test-command = "python -m pytest -s {project}/src/osqp/tests"
1512
# 09/10/25 - Skip testing on cp313-manylinux_aarch64 because torch/numpy deps are unsatisfiable

0 commit comments

Comments
 (0)