Skip to content

Commit ba0063a

Browse files
authored
Disable C++ tests on FFmpeg 6.1.1 (#519)
1 parent 02dfeaf commit ba0063a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cpp_tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
22+
# TODO put back 6.1.1. See
23+
# https://github.com/pytorch/torchcodec/issues/518
24+
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '7.0.1']
2325
steps:
2426
- name: Check out repo
2527
uses: actions/checkout@v3

0 commit comments

Comments
 (0)