Skip to content

Commit 27694dc

Browse files
committed
Exclude cu12.4
1 parent 7253ad2 commit 27694dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
cuda-version: ['11.8', '12.4', '12.6']
7070
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
7171
ffmpeg-version-for-tests: ['4.4.2', '6', '7']
72+
exclude:
73+
- cuda-version: '12.4' # TODO put this back it fails with infra issue.
74+
ffmpeg-version-for-tests: '4.4.2'
75+
7276
container:
7377
image: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
7478
options: "--gpus all -e NVIDIA_DRIVER_CAPABILITIES=video,compute,utility"

0 commit comments

Comments
 (0)