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 45ce5a3 commit 272f1d9Copy full SHA for 272f1d9
.github/workflows/linux_cuda_wheel.yaml
@@ -108,7 +108,8 @@ jobs:
108
109
${CONDA_RUN} conda install --yes conda
110
${CONDA_RUN} conda update --all --yes
111
- ${CONDA_RUN} conda config --set channel_priority flexible
+ ${CONDA_RUN} conda config --add channels conda-forge
112
+ ${CONDA_RUN} conda config --set channel_priority strict
113
${CONDA_RUN} conda config --show
114
${CONDA_INSTALL} --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
115
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
0 commit comments