Skip to content

Commit 36872d1

Browse files
committed
Set FAIL_WITHOUT_CUDA=1 for tests
1 parent 9d7b240 commit 36872d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cuda_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
which ffmpeg
6969
# We skip certain tests because they are not relevant to GPU decoding and they always fail with
7070
# a custom FFMPEG build.
71-
pytest -k "not (test_get_metadata or get_ffmpeg_version)" -vvv
71+
FAIL_WITHOUT_CUDA=1 pytest -k "not (test_get_metadata or get_ffmpeg_version)" -vvv
7272
echo '::endgroup::'
7373
7474
python benchmarks/decoders/gpu_benchmark.py --devices=cuda:0 --resize_devices=none

0 commit comments

Comments
 (0)