Skip to content

Commit aa6a9be

Browse files
committed
Add LD_LIBRARY_PATH
1 parent 2460063 commit aa6a9be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux_cuda_aarch64_wheel.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ jobs:
109109
110110
conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" -c conda-forge
111111
ffmpeg -version
112+
echo LD_LIBRARY_PATH=$CONDA_PREFIX/lib:/usr/local/cuda/lib64/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
112113
113114
- name: Install test dependencies
114115
run: |
@@ -131,5 +132,6 @@ jobs:
131132
ls
132133
- name: Run Python tests
133134
run: |
135+
134136
pytest --override-ini="addopts=-v" test
135137

0 commit comments

Comments
 (0)