This commit is contained in:
Guillem Hernandez Sola
2026-05-19 10:29:55 +02:00
parent 906757f4a8
commit 63265c9322

View File

@@ -56,9 +56,8 @@ pipeline {
# Check FFmpeg # Check FFmpeg
ffmpeg -version ffmpeg -version
# Install Playwright browser binaries + system deps # Install Playwright browser binaries only (no system deps — no sudo needed)
"${VENV_DIR}/bin/python" -m playwright install chromium "${VENV_DIR}/bin/python" -m playwright install chromium
"${VENV_DIR}/bin/python" -m playwright install-deps chromium
''' '''
} }
} }