Skip to content

Commit 1a5b0d3

Browse files
committed
Add LD_LIBRARY_PATH
1 parent 125a0ac commit 1a5b0d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/unittest-linux-cpu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
conda list
5353
ffmpeg -version
5454
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}"
5557
echo "::endgroup::"
5658
5759
echo "::group::Install TorchAudio test and PyTorch dependencies"

0 commit comments

Comments
 (0)