We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6704a commit 9196d42Copy full SHA for 9196d42
.github/workflows/windows_wheel.yaml
@@ -71,7 +71,7 @@ jobs:
71
# TODO: FFmpeg 5 on Windows segfaults in avcodec_open2() when passing
72
# bad parameters.
73
# See https://github.com/pytorch/torchcodec/pull/806
74
- ffmpeg-version-for-tests: ['4.4.2', '6.1.1', '7.0.1', , '8.0']
+ ffmpeg-version-for-tests: ['4.4.2', '6.1.1', '7.0.1', '8.0']
75
needs: build
76
steps:
77
- uses: actions/download-artifact@v4
0 commit comments