Skip to content

Commit

Permalink
Remove redundant "build" setup.py commond from onnx scripts
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: pytorch/pytorch#16487

Differential Revision: D13858628

Pulled By: bddppq

fbshipit-source-id: e1ff3fc5f9be5d3dbbf96ee73c3a8c901b440b82
  • Loading branch information
bddppq authored and facebook-github-bot committed Jan 29, 2019
1 parent 7f55204 commit 9d6be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/onnx/install-develop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pip install -e "$tp2_dir/onnx"
# Install caffe2 and pytorch
pip install -r "$top_dir/caffe2/requirements.txt"
pip install -r "$top_dir/requirements.txt"
python setup.py build develop
python setup.py develop

0 comments on commit 9d6be6a

Please sign in to comment.