Skip to content

Commit cb5c614

Browse files
authored
Remove 12.9 CUDA test jobs (#867)
1 parent ec878eb commit cb5c614

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ jobs:
6767
# For the actual release we should add that label and change this to
6868
# include more python versions.
6969
python-version: ['3.10']
70-
# We test against 12.6 and 12.9 to avoid having too big of a CI matrix,
70+
# We test against 12.6 to avoid having too big of a CI matrix,
7171
# but for releases we should add 12.8.
72-
cuda-version: ['12.6', '12.9']
72+
# TODO add 13.0!
73+
cuda-version: ['12.6']
7374
# TODO: put back ffmpeg 5 https://github.com/pytorch/torchcodec/issues/325
7475
ffmpeg-version-for-tests: ['4.4.2', '6', '7']
7576

0 commit comments

Comments
 (0)