"git@developer.sourcefind.cn:hehl2/torchaudio.git" did not exist on "bbdbd5820eeb1d2e8dd51afbe0e8f7c7f31838cd"
Unverified Commit f2f2a8d2 authored by Wenwei Zhang's avatar Wenwei Zhang Committed by GitHub
Browse files

Install torch during packaging (#39)

* Install torch during packaging

* Test deploy

* Fall back to normal
parent 5a414570
...@@ -12,6 +12,8 @@ jobs: ...@@ -12,6 +12,8 @@ jobs:
uses: actions/setup-python@v1 uses: actions/setup-python@v1
with: with:
python-version: 3.7 python-version: 3.7
- name: Install torch
run: pip install torch
- name: Build MMDet3D - name: Build MMDet3D
run: python setup.py sdist run: python setup.py sdist
- name: Publish distribution to PyPI - name: Publish distribution to PyPI
......
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