Skip to content

Commit 3a8ffc4

Browse files
authored
Update ci.yml
1 parent 97c6298 commit 3a8ffc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
python -m pip install --upgrade pip
3434
# cpu version of pytorch
35-
pip install torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
35+
pip install torch --index-url https://download.pytorch.org/whl/cpu
3636
3737
pip install .[tests,docs]
3838
# Use headless version

0 commit comments

Comments
 (0)