From 9d6be6ac098a4792e1c809b5f9de041cdd19393c Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 28 Jan 2019 22:56:55 -0800 Subject: [PATCH] Remove redundant "build" setup.py commond from onnx scripts Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/16487 Differential Revision: D13858628 Pulled By: bddppq fbshipit-source-id: e1ff3fc5f9be5d3dbbf96ee73c3a8c901b440b82 --- scripts/onnx/install-develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/onnx/install-develop.sh b/scripts/onnx/install-develop.sh index 51400a41236..1ab33b93623 100755 --- a/scripts/onnx/install-develop.sh +++ b/scripts/onnx/install-develop.sh @@ -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