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 79e633c commit 1093339Copy full SHA for 1093339
.github/workflows/docs.yaml
@@ -84,6 +84,7 @@ jobs:
84
${CONDA_RUN} conda info
85
${CONDA_RUN} nvidia-smi
86
${CONDA_RUN} conda list
87
+ echo LD_LIBRARY_PATH=$CONDA_PREFIX/lib:/usr/local/cuda/lib64/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
88
- name: Assert ffmpeg exists
89
run: |
90
${CONDA_RUN} ffmpeg -buildconf
0 commit comments