Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment