Skip to content

Commit c5f84ee

Browse files
committed
fixed github action
1 parent 7412cb6 commit c5f84ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
pip install -U pip
24-
pip install torch==2.1.2+cpu
24+
pip install torch==2.2.0+cpu --index-url https://download.pytorch.org/whl/cpu
2525
pip install --no-use-pep517 --no-build-isolation .
2626
2727
- name: Lint with Ruff

0 commit comments

Comments
 (0)