We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0444d4 commit 8d2070aCopy full SHA for 8d2070a
.github/workflows/docs.yaml
@@ -34,6 +34,9 @@ jobs:
34
conda install cuda-nvrtc=12.4 libnpp -c nvidia
35
conda install ffmpeg=7 -c conda-forge
36
ffmpeg -version
37
+ - name: Build torchcodec
38
+ run: |
39
+ python -m pip install -e ".[dev]" --no-build-isolation -vvv
40
- name: Install doc dependencies
41
run: |
42
cd docs
0 commit comments