Skip to content

Commit 1fd5a10

Browse files
committed
.
1 parent 3ff6292 commit 1fd5a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: |
3131
# TODO: torchvision and torchaudio shouldn't be needed. They were only added
3232
# to silence an error as seen in https://github.com/pytorch/torchcodec/issues/203
33-
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
34-
conda install "ffmpeg=7.0.1" pkg-config -c conda-forge
33+
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124
34+
conda install "ffmpeg=7.0.1" pkg-config cmake -c conda-forge
3535
ffmpeg -version
3636
- name: Build and install torchcodec
3737
run: |

0 commit comments

Comments
 (0)