Skip to content

Commit 899c915

Browse files
committed
.
1 parent de07c6c commit 899c915

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,17 @@ jobs:
105105
# side-effect. It's OK.
106106
source packaging/helpers.sh
107107
assert_ffmpeg_not_installed
108-
109-
${CONDA_RUN} conda install --yes conda
110-
${CONDA_RUN} conda update --all --yes
111-
${CONDA_RUN} conda config --add channels conda-forge
112-
${CONDA_RUN} conda config --set channel_priority strict
113-
${CONDA_RUN} conda config --show
114-
${CONDA_RUN} $CONDA_PREFIX/bin/conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
115-
${CONDA_INSTALL} --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
116108
${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
117109
110+
# ${CONDA_RUN} conda install --yes conda
111+
# ${CONDA_RUN} conda update --all --yes
112+
# ${CONDA_RUN} conda config --add channels conda-forge
113+
# ${CONDA_RUN} conda config --set channel_priority strict
114+
# ${CONDA_RUN} conda config --show
115+
# ${CONDA_RUN} $CONDA_PREFIX/bin/conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
116+
# ${CONDA_INSTALL} --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
117+
# ${CONDA_RUN} conda install --yes ffmpeg=${{ matrix.ffmpeg-version-for-tests }} -c conda-forge
118+
118119
- name: Install cuda runtime dependencies
119120
run: |
120121
${CONDA_RUN} conda install --yes nvidia::libnpp nvidia::cuda-nvrtc=12.4 nvidia::cuda-toolkit=12.4 nvidia::cuda-cudart=12.4 nvidia::cuda-driver-dev=12.4
@@ -143,7 +144,7 @@ jobs:
143144
find $CONDA_PREFIX -name libtorchcodec\*.so | xargs ldd
144145
find $CONDA_PREFIX -name libcuda\*.so\*
145146
echo $CONDA_PREFIX
146-
python test/decoders/manual_smoke_test.py
147+
${CONDA_RUN} python test/decoders/manual_smoke_test.py
147148
- name: Run Python tests
148149
run: |
149-
pytest test -vvv
150+
${CONDA_RUN} pytest test -vvv

0 commit comments

Comments
 (0)