Skip to content

Commit

Permalink
aelfnjljnaef
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Dec 2, 2024
1 parent 1af8d4b commit 77f2e23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ echo '::endgroup::'
python test/smoke_test.py

# We explicitly ignore the video tests until we resolve https://github.com/pytorch/vision/issues/8162
# TODO REMOVE test/test_image.py
pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25 test/test_image.py
pytest --ignore-glob="*test_video*" --junit-xml="${RUNNER_TEST_RESULTS_DIR}/test-results.xml" -v --durations=25
5 changes: 1 addition & 4 deletions .github/workflows/build-wheels-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@ jobs:
os: linux
test-infra-repository: pytorch/test-infra
test-infra-ref: main
with-xpu: disable
with-rocm: disable
with-cuda: disable

with-xpu: enable
build:
needs: generate-matrix
strategy:
Expand Down

0 comments on commit 77f2e23

Please sign in to comment.