File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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'
1310test-groups = [" test" ]
1411test-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
You can’t perform that action at this time.
0 commit comments