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 7b02754 commit 74edc0aCopy full SHA for 74edc0a
.github/scripts/unittest-linux/install.sh
@@ -86,8 +86,7 @@ pip install . -v --no-build-isolation
86
87
# 3. Install Test tools
88
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"
+conda install -y "ffmpeg>4"
91
python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
92
93
NUMBA_DEV_CHANNEL=""
0 commit comments