We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07c703 commit 88cd0e3Copy full SHA for 88cd0e3
.github/workflows/sanity-check.yml
@@ -72,7 +72,8 @@ jobs:
72
cd ${{ matrix.subproject }}
73
if [ "${{ env.stream }}" = "true" ]; then
74
# Run the demo with --stream if it requires video input
75
- python main.py --stream ./sample_video.mp4
+ python main.py --stream sample_video.mp4
76
else
77
# Run the demo without --stream if it does not require video input
78
python main.py
79
+ fi
0 commit comments