Skip to content

Commit f6551e1

Browse files
authored
fix publish to pypi (#439)
1 parent 6995465 commit f6551e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
python-version: 3.7
1919
- name: Build MMGeneration
2020
run: |
21+
pip install torch==1.8.1+cpu torchvision==0.9.1+cpu -f https://download.pytorch.org/whl/torch_stable.html
2122
pip install wheel
2223
python setup.py sdist
2324
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)