File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments