Skip to content

Commit 352ae4b

Browse files
committed
Have build script get codec version
1 parent e8ce206 commit 352ae4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export BUILD_CPP_TEST=1
9393
python setup.py install
9494

9595
# 4. Install test tools
96+
printf "* Testing CODEC VERSION\n"
9697
python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
9798

9899
printf "* Installing test tools\n"

0 commit comments

Comments
 (0)