From 5951f7aae6d73a4547c01be3c5df01d06ca635fc Mon Sep 17 00:00:00 2001 From: atalman Date: Thu, 28 Dec 2023 14:27:14 -0800 Subject: [PATCH] [validations] Add missing required packages --- .github/scripts/validate_test_ops.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/validate_test_ops.sh b/.github/scripts/validate_test_ops.sh index bd724394b..91ef3ffde 100644 --- a/.github/scripts/validate_test_ops.sh +++ b/.github/scripts/validate_test_ops.sh @@ -18,7 +18,7 @@ retry git clone ${BRANCH} --depth 1 https://github.com/pytorch/pytorch.git retry git submodule update --init --recursive pushd pytorch -pip install expecttest pyyaml jinja2 packaging +pip install expecttest numpy pyyaml jinja2 packaging xmlrunner hypothesis unittest-xml-reporting # Run test_ops validation export CUDA_LAUNCH_BLOCKING=1