File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
export PATH=${OLD_PATH}
50
50
fi
51
51
52
- if [[ ${INCLUDE_TEST_OPS} == ' true' ]]; then
52
+ if [[ ${INCLUDE_TEST_OPS} == ' true' && ${MATRIX_GPU_ARCH_TYPE} == ' cuda ' ]]; then
53
53
source ./.github/scripts/validate_test_ops.sh
54
54
fi
55
55
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ retry git clone ${BRANCH} --depth 1 https://github.com/pytorch/pytorch.git
18
18
retry git submodule update --init --recursive
19
19
pushd pytorch
20
20
21
- pip install expecttest numpy pyyaml jinja2 packaging xmlrunner hypothesis unittest-xml-reporting
21
+ pip install expecttest numpy pyyaml jinja2 packaging hypothesis unittest-xml-reporting
22
22
23
23
# Run test_ops validation
24
24
export CUDA_LAUNCH_BLOCKING=1
25
- python3 test/test_ops.py
25
+ python3 test/test_ops.py TestCommonCUDA
You can’t perform that action at this time.
0 commit comments