Added new yml
This commit is contained in:
@@ -34,7 +34,7 @@ pipeline {
|
|||||||
ffmpeg -version || { echo 'FFmpeg is not installed!'; exit 1; }
|
ffmpeg -version || { echo 'FFmpeg is not installed!'; exit 1; }
|
||||||
|
|
||||||
# Verify that moviepy can be imported
|
# Verify that moviepy can be imported
|
||||||
python3 -c "import moviepy.editor" || { echo 'MoviePy import failed!'; exit 1; }
|
python3 -c "import moviepy" || { echo 'MoviePy import failed!'; exit 1; }
|
||||||
|
|
||||||
# Install the local browser binaries for this environment
|
# Install the local browser binaries for this environment
|
||||||
npx playwright install chromium
|
npx playwright install chromium
|
||||||
|
|||||||
Reference in New Issue
Block a user