Skip to content

Commit b91724c

Browse files
authored
[validations] Add missing required packages (#1656)
1 parent f2b22ad commit b91724c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/validate_test_ops.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ retry git clone ${BRANCH} --depth 1 https://github.com/pytorch/pytorch.git
1818
retry git submodule update --init --recursive
1919
pushd pytorch
2020

21-
pip install expecttest pyyaml jinja2 packaging
21+
pip install expecttest numpy pyyaml jinja2 packaging xmlrunner hypothesis unittest-xml-reporting
2222

2323
# Run test_ops validation
2424
export CUDA_LAUNCH_BLOCKING=1

0 commit comments

Comments
 (0)