Skip to content

Commit 0a4336c

Browse files
author
Daniel Flores
committed
remove ffmpeg8 from windows wheel (for now)
1 parent 238c0a3 commit 0a4336c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/windows_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ jobs:
7171
# TODO: FFmpeg 5 on Windows segfaults in avcodec_open2() when passing
7272
# bad parameters.
7373
# See https://github.com/pytorch/torchcodec/pull/806
74-
ffmpeg-version-for-tests: ['4.4.2', '6.1.1', '7.0.1', '8.0']
74+
# TODO: Support FFmpeg 8 on Windows
75+
ffmpeg-version-for-tests: ['4.4.2', '6.1.1', '7.0.1']
7576
needs: build
7677
steps:
7778
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)