Skip to content

Commit 8d2070a

Browse files
committed
.
1 parent f0444d4 commit 8d2070a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
conda install cuda-nvrtc=12.4 libnpp -c nvidia
3535
conda install ffmpeg=7 -c conda-forge
3636
ffmpeg -version
37+
- name: Build torchcodec
38+
run: |
39+
python -m pip install -e ".[dev]" --no-build-isolation -vvv
3740
- name: Install doc dependencies
3841
run: |
3942
cd docs

0 commit comments

Comments
 (0)