Skip to content

Commit a2e4193

Browse files
committed
fix gh actions
1 parent 6c70a6e commit a2e4193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: '3.x'
2626
- name: Install torch
2727
run: |
28-
pip install torch
28+
pip install torch==2.0.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
2929
- name: Build package
3030
run: python setup.py sdist
3131
- name: Publish package

0 commit comments

Comments
 (0)