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