Skip to content

Commit f7a2654

Browse files
committed
force ffmpeg<5
1 parent 758ff52 commit f7a2654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHE
8585
# python setup.py install
8686

8787
# 3. Install Test tools
88-
conda install -y -c conda-forge "ffmpeg=4.4.2"
88+
conda install -y "ffmpeg<5"
8989
# python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
9090
python -c "import torch; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
9191

0 commit comments

Comments
 (0)