File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,4 @@ echo '::endgroup::'
1515python test/smoke_test.py
1616
1717# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
18- # TODO REMOVE test/test_image.py
19- pytest --ignore-glob=" *test_video*" --junit-xml=" ${RUNNER_TEST_RESULTS_DIR} /test-results.xml" -v --durations=25 test/test_image.py
18+ pytest --ignore-glob=" *test_video*" --junit-xml=" ${RUNNER_TEST_RESULTS_DIR} /test-results.xml" -v --durations=25
Original file line number Diff line number Diff line change 2525 os : linux
2626 test-infra-repository : pytorch/test-infra
2727 test-infra-ref : main
28- with-xpu : disable
29- with-rocm : disable
30- with-cuda : disable
31-
28+ with-xpu : enable
3229 build :
3330 needs : generate-matrix
3431 strategy :
You can’t perform that action at this time.
0 commit comments