Skip to content

Commit 758ff52

Browse files
committed
Try ffmpeg 4.4.2
1 parent ae9baff commit 758ff52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ 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=6.1.1"
89-
python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
88+
conda install -y -c conda-forge "ffmpeg=4.4.2"
89+
# python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
90+
python -c "import torch; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
9091

9192
# printf "* Installing test tools\n"
9293
# NUMBA_DEV_CHANNEL=""

0 commit comments

Comments
 (0)