Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ff91ef

Browse files
authoredJan 15, 2024
Update build_default.yml
1 parent 37afe64 commit 1ff91ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build_default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
4646
CIBW_SKIP: "*-win32 *-manylinux_i686 *-musllinux_*"
47-
CIBW_TEST_REQUIRES: pytest torch numdifftools
47+
CIBW_BEFORE_TEST: pip3 install pytest numdifftools && pip3 install torch --index-url https://download.pytorch.org/whl/nightly/cpu
4848
CIBW_TEST_COMMAND: "python -m pytest -s {project}/src/osqp/tests"
4949

5050
- name: Build source

0 commit comments

Comments
 (0)
Please sign in to comment.