File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ jobs:
2424 miniconda-version : " latest"
2525 activate-environment : test
2626 python-version : ' 3.12'
27- environment-file : packaging/cuda12.4.yaml
2827 - name : Update pip
2928 run : python -m pip install --upgrade pip
30- - name : Install dependencies and FFmpeg
29+ - name : Install torchcodec from nightly
3130 run : |
32- ffmpeg -version
33- - name : Build and install torchcodec
31+ pip3 install --pre torch torchvision torchaudio torchcodec --index-url https://download.pytorch.org/whl/nightly/cu124
32+ - name : Install FFMPEG
3433 run : |
35- ENABLE_CUDA=1 python -m pip install -e ".[dev]" --no-build-isolation -vvv
34+ conda install ffmpeg=7 -c conda-forge
35+ ffmpeg -version
3636 - name : Install doc dependencies
3737 run : |
3838 cd docs
You can’t perform that action at this time.
0 commit comments