Skip to content

Commit b6ab7f9

Browse files
authored
Update linux_cuda_wheel.yaml
1 parent f2c0de0 commit b6ab7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
echo cuda_version_without_periods=${cuda_version_without_periods} >> $GITHUB_ENV
8585
python_version_without_periods=$(echo "${{ matrix.python-version }}" | sed 's/\.//g')
8686
echo python_version_without_periods=${python_version_without_periods} >> $GITHUB_ENV
87-
echo LD_LIBRARY_PATH=$CONDA_PREFIX/lib:/usr/local/cuda/lib64/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
8887
- uses: actions/download-artifact@v4
8988
with:
9089
name: meta-pytorch_torchcodec__${{ matrix.python-version }}_cu${{ env.cuda_version_without_periods }}_x86_64
@@ -102,6 +101,7 @@ jobs:
102101
${CONDA_RUN} conda info
103102
${CONDA_RUN} nvidia-smi
104103
${CONDA_RUN} conda list
104+
echo LD_LIBRARY_PATH=$CONDA_PREFIX/lib:/usr/local/cuda/lib64/:${LD_LIBRARY_PATH} >> $GITHUB_ENV
105105
- name: Assert ffmpeg exists
106106
run: |
107107
${CONDA_RUN} ffmpeg -buildconf
@@ -123,7 +123,7 @@ jobs:
123123
- name: Install test dependencies
124124
run: |
125125
# Ideally we would find a way to get those dependencies from pyproject.toml
126-
${CONDA_RUN} python -m pip install numpy pytest==8.4.2 pillow
126+
${CONDA_RUN} python -m pip install numpy pytest pillow
127127
128128
- name: Delete the src/ folder just for fun
129129
run: |

0 commit comments

Comments
 (0)