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 605152b commit 0194995Copy full SHA for 0194995
.github/workflows/linux_cuda_wheel.yaml
@@ -107,6 +107,8 @@ jobs:
107
assert_ffmpeg_not_installed
108
109
${CONDA_RUN} conda update --all --yes
110
+ ${CONDA_RUN} conda update --yes conda
111
+ ${CONDA_RUN} conda config --set channel_priority flexible
112
${CONDA_RUN} conda config --show
113
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
114
0 commit comments