Skip to content

Commit 272f1d9

Browse files
committed
.
1 parent 45ce5a3 commit 272f1d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
109109
${CONDA_RUN} conda install --yes conda
110110
${CONDA_RUN} conda update --all --yes
111-
${CONDA_RUN} conda config --set channel_priority flexible
111+
${CONDA_RUN} conda config --add channels conda-forge
112+
${CONDA_RUN} conda config --set channel_priority strict
112113
${CONDA_RUN} conda config --show
113114
${CONDA_INSTALL} --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
114115
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge

0 commit comments

Comments
 (0)