We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37afe64 commit 1ff91efCopy full SHA for 1ff91ef
.github/workflows/build_default.yml
@@ -44,7 +44,7 @@ jobs:
44
env:
45
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
46
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
47
- CIBW_TEST_REQUIRES: pytest torch numdifftools
+ CIBW_BEFORE_TEST: pip3 install pytest numdifftools && pip3 install torch --index-url https://download.pytorch.org/whl/nightly/cpu
48
CIBW_TEST_COMMAND: "python -m pytest -s {project}/src/osqp/tests"
49
50
- name: Build source
0 commit comments