Skip to content

Commit b95e3c8

Browse files
committed
Put back building torchaudio
1 parent e929d65 commit b95e3c8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,15 @@ pip install --progress-bar=off --pre torch torchcodec --index-url="${PYTORCH_WHE
7878

7979

8080
# 2. Install torchaudio
81-
# conda install --quiet -y ninja cmake
81+
conda install --quiet -y ninja cmake
8282

83-
# printf "* Installing torchaudio\n"
84-
# export BUILD_CPP_TEST=1
85-
# python setup.py install
83+
printf "* Installing torchaudio\n"
84+
export BUILD_CPP_TEST=1
85+
python setup.py install
8686

8787
# 3. Install Test tools
8888
conda install -y "ffmpeg<5"
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__, torchcodec.__version__)"
89+
python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
9190

9291
# printf "* Installing test tools\n"
9392
# NUMBA_DEV_CHANNEL=""

0 commit comments

Comments
 (0)