Skip to content

Commit 9d6be6a

Browse files
bddppqfacebook-github-bot
authored andcommitted
Remove redundant "build" setup.py commond from onnx scripts
Summary: Pull Request resolved: pytorch#16487 Differential Revision: D13858628 Pulled By: bddppq fbshipit-source-id: e1ff3fc5f9be5d3dbbf96ee73c3a8c901b440b82
1 parent 7f55204 commit 9d6be6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/onnx/install-develop.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pip install -e "$tp2_dir/onnx"
1515
# Install caffe2 and pytorch
1616
pip install -r "$top_dir/caffe2/requirements.txt"
1717
pip install -r "$top_dir/requirements.txt"
18-
python setup.py build develop
18+
python setup.py develop

0 commit comments

Comments
 (0)