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 b6ab7f9 commit 4794ca6Copy full SHA for 4794ca6
.github/workflows/linux_cuda_wheel.yaml
@@ -95,7 +95,7 @@ jobs:
95
# We install conda packages at the start because otherwise conda may have conflicts with dependencies.
96
# Note: xorg-libxau was addded to fix a problem with ffmpeg 4. We should consider removing it.
97
default-packages: "nvidia/label/cuda-${{ matrix.cuda-version }}.0::libnpp nvidia::cuda-nvrtc=${{ matrix.cuda-version }} nvidia::cuda-toolkit=${{ matrix.cuda-version }} nvidia::cuda-cudart=${{ matrix.cuda-version }} nvidia::cuda-driver-dev=${{ matrix.cuda-version }} conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }} conda-forge::xorg-libxau"
98
- - name: Check env
+ - name: Check env, set LD_LIBRARY_PATH
99
run: |
100
${CONDA_RUN} env
101
${CONDA_RUN} conda info
0 commit comments