Added 2
This commit is contained in:
@@ -51,12 +51,14 @@ pipeline {
|
||||
"${VENV_DIR}/bin/python" -c "import moviepy; print('moviepy OK')"
|
||||
"${VENV_DIR}/bin/python" -c "import atproto; print('atproto OK')"
|
||||
"${VENV_DIR}/bin/python" -c "import playwright; print('playwright OK')"
|
||||
"${VENV_DIR}/bin/python" -c "import playwright_stealth; print('playwright-stealth OK')"
|
||||
|
||||
# Check FFmpeg
|
||||
ffmpeg -version
|
||||
|
||||
# Install Playwright browser binaries
|
||||
# Install Playwright browser binaries + system deps
|
||||
"${VENV_DIR}/bin/python" -m playwright install chromium
|
||||
"${VENV_DIR}/bin/python" -m playwright install-deps chromium
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user