From 7db4c8ed766052460f4b7fb144db1f169c227924 Mon Sep 17 00:00:00 2001 From: Lu Fang Date: Mon, 8 Apr 2019 23:03:56 -0700 Subject: [PATCH] fix the onnx ci Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/19048 Reviewed By: yinghai Differential Revision: D14844917 Pulled By: houseroad fbshipit-source-id: 30719e05a443981284dedf34a9e51213271aa934 --- scripts/onnx/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/onnx/test.sh b/scripts/onnx/test.sh index 22afe0a..4ad633b 100755 --- a/scripts/onnx/test.sh +++ b/scripts/onnx/test.sh @@ -23,7 +23,7 @@ do done set -- "${UNKNOWN[@]}" # leave UNKNOWN -pip install pytest scipy torchvision +pip install pytest scipy torchvision hypothesis if [[ $PARALLEL == 1 ]]; then pip install pytest-xdist fi -- 2.7.4