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 e8ce206 commit 352ae4bCopy full SHA for 352ae4b
.github/scripts/unittest-linux/install.sh
@@ -93,6 +93,7 @@ export BUILD_CPP_TEST=1
93
python setup.py install
94
95
# 4. Install test tools
96
+printf "* Testing CODEC VERSION\n"
97
python -c "import torch; import torchaudio; import torchcodec; print(torch.__version__, torchaudio.__version__, torchcodec.__version__)"
98
99
printf "* Installing test tools\n"
0 commit comments