Skip to content

Commit c070c6b

Browse files
committed
fix test selection
1 parent f5a925f commit c070c6b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,9 @@ jobs:
388388
name: Enable JPEG ref tests
389389
command: echo 'export PYTORCH_TEST_JPEG_REF=1' >> $BASH_ENV
390390
- run_tests_selective:
391-
file_or_dir: test/test_image.py::TestJPEGRef
391+
file_or_dir: >
392+
test/test_image.py::test_encode_jpeg
393+
test/test_image.py::test_write_jpeg
392394

393395
binary_linux_wheel:
394396
<<: *binary_common

0 commit comments

Comments
 (0)