Skip to content

Commit c9d54a4

Browse files
committed
.
1 parent e8a5b07 commit c9d54a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ 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/cu124
3433
conda install nvidia/label/cuda-12.4.0::cuda-toolkit nvidia/label/cuda-12.4.0::cuda-cudart nvidia/label/cuda-12.4.0::libnpp
3534
conda install "ffmpeg=7.0.1" pkg-config cmake -c conda-forge
35+
python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu124
3636
ffmpeg -version
3737
- name: Build and install torchcodec
3838
run: |

0 commit comments

Comments
 (0)