Skip to content

Commit 77f2e23

Browse files
committed
aelfnjljnaef
1 parent 1af8d4b commit 77f2e23

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/scripts/unittest.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ echo '::endgroup::'
1515
python 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

.github/workflows/build-wheels-linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ jobs:
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:

0 commit comments

Comments
 (0)