Skip to content

Commit 9c8a8dc

Browse files
authored
Add test ops validation for validation workflows (#1652)
1 parent b16ac1f commit 9c8a8dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/scripts/validate_test_ops.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ retry git clone --depth 1 https://github.com/pytorch/pytorch.git
1111
retry git submodule update --init --recursive
1212
pushd pytorch
1313

14+
pip install expecttest pyyaml jinja2
15+
1416
# Run test_ops validation
1517
export CUDA_LAUNCH_BLOCKING=1
1618
python3 test/test_ops.py

0 commit comments

Comments
 (0)