Add torch dependency to final build
This commit is contained in:
parent
1848d0004f
commit
8d60c373e4
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
@ -164,6 +164,7 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install ninja packaging setuptools wheel twine
|
||||
pip install torch
|
||||
|
||||
- name: Build core package
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user