We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a313173 commit 19023aaCopy full SHA for 19023aa
.github/workflows/python-publish.yml
@@ -23,6 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install setuptools wheel twine
25
pip install -r requirements.txt
26
+ pip install torch torchvision
27
- name: Build and publish
28
env:
29
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments