Skip to content

Commit 4f856ac

Browse files
committed
2.8.0
1 parent 3b485f3 commit 4f856ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install uv
1919
python -m uv pip install --upgrade pip
20-
python -m uv pip install torch==2.8 --index-url https://download.pytorch.org/whl/nightly/cpu
20+
python -m uv pip install torch==2.8.0 --index-url https://download.pytorch.org/whl/nightly/cpu
2121
python -m uv pip install -e .[test]
2222
- name: Test with pytest
2323
run: |

0 commit comments

Comments
 (0)