Skip to content

Commit 19023aa

Browse files
committed
update publish ci
1 parent a313173 commit 19023aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install setuptools wheel twine
2525
pip install -r requirements.txt
26+
pip install torch torchvision
2627
- name: Build and publish
2728
env:
2829
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}

0 commit comments

Comments
 (0)