File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
.github/scripts/unittest-linux Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -85,8 +85,9 @@ pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHE
85
85
# python setup.py install
86
86
87
87
# 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__)"
90
91
91
92
# printf "* Installing test tools\n"
92
93
# NUMBA_DEV_CHANNEL=""
You can’t perform that action at this time.
0 commit comments