Skip to content

Commit 74edc0a

Browse files
committed
Try ffmpeg>4
1 parent 7b02754 commit 74edc0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/unittest-linux/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ pip install . -v --no-build-isolation
8686

8787
# 3. Install Test tools
8888
printf "* Installing test tools\n"
89-
# On this CI, for whatever reason, we're only able to install ffmpeg 4.
90-
conda install -y "ffmpeg<5"
89+
conda install -y "ffmpeg>4"
9190
python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
9291

9392
NUMBA_DEV_CHANNEL=""

0 commit comments

Comments
 (0)