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 c1a7f68 commit b4f5262Copy full SHA for b4f5262
.github/workflows/linux_cuda_wheel.yaml
@@ -81,7 +81,7 @@ jobs:
81
uses: ahmadsharif1/test-infra/.github/actions/setup-miniconda@14bc3c29f88d13b0237ab4ddf00aa409e45ade40
82
with:
83
python-version: "3.9"
84
- default-packages: "ffmpeg=conda-forge::${{ matrix.ffmpeg-version-for-tests }}"
+ default-packages: "conda-forge::ffmpeg=${{ matrix.ffmpeg-version-for-tests }}"
85
- name: Check env
86
run: |
87
${CONDA_RUN} env
0 commit comments