Skip to content

Commit 0b22a39

Browse files
committed
.
1 parent f2728c8 commit 0b22a39

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
@@ -106,7 +106,8 @@ jobs:
106106
source packaging/helpers.sh
107107
assert_ffmpeg_not_installed
108108
109-
${CONDA_RUN} conda install --yes zlib ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
109+
${CONDA_RUN} conda update --all --yes
110+
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
110111
111112
- name: Install cuda runtime dependencies
112113
run: |

0 commit comments

Comments
 (0)