Skip to content

Commit 8aa92ca

Browse files
committed
fix gh actions
1 parent 6c70a6e commit 8aa92ca

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
uses: actions/setup-python@v2
2424
with:
2525
python-version: '3.x'
26-
- name: Install torch
27-
run: |
28-
pip install torch
2926
- name: Build package
3027
run: python setup.py sdist
3128
- name: Publish package

0 commit comments

Comments
 (0)