Skip to content

Commit f754f1b

Browse files
committed
downgrade torch version for tests
1 parent 8990109 commit f754f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build wheels
1818
uses: pypa/cibuildwheel@v2.21.3
1919
env:
20-
CIBW_TEST_REQUIRES: pytest torch==2.8.0, pysdd==1.0.5
20+
CIBW_TEST_REQUIRES: pytest torch==2.6.0, pysdd==1.0.5
2121
CIBW_TEST_COMMAND: "pytest {project}/tests"
2222
CIBW_SKIP: cp36-* cp37-* cp38-* cp313-* pp* *i686 *ppc64le *s390x *win32* *musllinux*
2323
CIBW_TEST_SKIP: cp39-macosx_x86_64 cp310-macosx_x86_64 cp311-macosx_x86_64 cp312-macosx_x86_64

0 commit comments

Comments
 (0)