Skip to content

Commit fc45cc1

Browse files
committed
.
1 parent f68e030 commit fc45cc1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cuda_tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
python_version: ["3.9"]
1717
# TODO: Add more cuda versions.
1818
cuda_arch_version: ["12.4"]
19-
# TODO: Get ffmpeg 4 to work. Currently fails to build with nvcc.
20-
ffmpeg_version: ["origin/release/5.1", "origin/release/6.1", "origin/release/7.1"]
19+
ffmpeg_version: ["origin/release/4.4", "origin/release/5.1", "origin/release/6.1", "origin/release/7.1"]
2120
fail-fast: false
2221
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2322
with:

0 commit comments

Comments
 (0)