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 9f34b3c commit d25c3d5Copy full SHA for d25c3d5
.github/workflows/linux_cuda_wheel.yaml
@@ -100,6 +100,8 @@ jobs:
100
run: |
101
# Note: xorg-libxau was addded to fix a problem with ffmpeg 4. We should consider removing it.
102
conda install libnpp cuda-nvrtc=${{ matrix.cuda-version }} cuda-toolkit=${{ matrix.cuda-version }} cuda-cudart=${{ matrix.cuda-version }} cuda-driver-dev=${{ matrix.cuda-version }} ffmpeg=${{ matrix.ffmpeg-version-for-tests }} xorg-libxau
103
+ echo "CONDA_PREFIX=${CONDA_PREFIX}" >> "${GITHUB_ENV}"
104
+ echo "CONDA_RUN=$(which conda) run -p ${CONDA_PREFIX} --no-capture-output" >> "${GITHUB_ENV}"
105
- name: Check env
106
107
${CONDA_RUN} env
0 commit comments