Skip to content

Commit e929d65

Browse files
committed
UGH
1 parent f7a2654 commit e929d65

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
@@ -87,7 +87,7 @@ pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHE
8787
# 3. Install Test tools
8888
conda install -y "ffmpeg<5"
8989
# 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+
python -c "import torch; import torchcodec; print(torch.__version__, torchcodec.__version__)"
9191

9292
# printf "* Installing test tools\n"
9393
# NUMBA_DEV_CHANNEL=""

0 commit comments

Comments
 (0)