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 f2728c8 commit 0b22a39Copy full SHA for 0b22a39
.github/workflows/linux_cuda_wheel.yaml
@@ -106,7 +106,8 @@ jobs:
106
source packaging/helpers.sh
107
assert_ffmpeg_not_installed
108
109
- ${CONDA_RUN} conda install --yes zlib ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
+ ${CONDA_RUN} conda update --all --yes
110
+ ${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
111
112
- name: Install cuda runtime dependencies
113
run: |
0 commit comments