Unverified Commit e0e9f819 authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

add: torch to the pypi step. (#7328)

parent 5d848ec0
...@@ -52,7 +52,7 @@ jobs: ...@@ -52,7 +52,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install -U setuptools wheel twine pip install -U setuptools wheel twine torch
- name: Build the dist files - name: Build the dist files
run: python setup.py bdist_wheel && python setup.py sdist run: python setup.py bdist_wheel && python setup.py sdist
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment