We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372e3d2 commit 3b485f3Copy full SHA for 3b485f3
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
python -m pip install uv
19
python -m uv pip install --upgrade pip
20
- python -m uv pip install torch --index-url https://download.pytorch.org/whl/nightly/cpu
+ python -m uv pip install torch==2.8 --index-url https://download.pytorch.org/whl/nightly/cpu
21
python -m uv pip install -e .[test]
22
- name: Test with pytest
23
0 commit comments