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 125a0ac commit 1a5b0d3Copy full SHA for 1a5b0d3
.github/workflows/unittest-linux-cpu.yml
@@ -52,6 +52,8 @@ jobs:
52
conda list
53
ffmpeg -version
54
python -m pip install --upgrade pip
55
+ export LD_LIBRARY_PATH=$CONDA_LIBRARY_PATH:$LD_LIBRARY_PATH
56
+ echo "LD_LIBRARY_PATH=${LD_LIBRARY_PATH}"
57
echo "::endgroup::"
58
59
echo "::group::Install TorchAudio test and PyTorch dependencies"
0 commit comments