Skip to content

Commit 2733862

Browse files
committed
Add validation framework job.
1 parent 0916aa4 commit 2733862

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packaging/validate_wheel.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/usr/bin/env bash
2+
3+
set -eux
4+
5+
conda install ffmpeg -c conda-forge
6+
pip install ${PYTORCH_PIP_PREFIX} torchcodec --extra-index-url ${PYTORCH_PIP_DOWNLOAD_URL}
7+
pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
8+
9+
python3 test/decoders/manual_smoke_test.py
10+
pytest test -vvv

0 commit comments

Comments
 (0)