Skip to content

Commit 9a2c888

Browse files
authored
Disable FFmpeg5 for CUDA tests (#480)
1 parent 50c34d7 commit 9a2c888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
# include more python versions.
6868
python-version: ['3.9']
6969
cuda-version: ['11.8', '12.4', '12.6']
70-
ffmpeg-version-for-tests: ['5', '6', '7']
70+
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
71+
ffmpeg-version-for-tests: ['6', '7']
7172
container:
7273
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
7374
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"

0 commit comments

Comments
 (0)