"examples/research_projects/vscode:/vscode.git/clone" did not exist on "111228cb396f0ed33cdeb7dc718e20d7d629d2f1"
Commit 8d60c373 authored by Pierce Freeman's avatar Pierce Freeman
Browse files

Add torch dependency to final build

parent 1848d000
...@@ -164,6 +164,7 @@ jobs: ...@@ -164,6 +164,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install ninja packaging setuptools wheel twine pip install ninja packaging setuptools wheel twine
pip install torch
- name: Build core package - name: Build core package
env: env:
......
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