Skip to content

Commit 0a8ae5f

Browse files
committed
.
1 parent 8d66147 commit 0a8ae5f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)