From caab21041616d5f2319694c1d346ae67c20f6423 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Mon, 30 Mar 2026 17:11:01 +0200 Subject: [PATCH] Added new yml --- jenkins/3catTw | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jenkins/3catTw b/jenkins/3catTw index c98aee0..c686b17 100644 --- a/jenkins/3catTw +++ b/jenkins/3catTw @@ -22,8 +22,13 @@ pipeline { # Activate it and install your packages . venv/bin/activate + + # Install required packages pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy + # Check if moviepy is installed + python3 -c "from moviepy.editor import VideoFileClip" || { echo 'MoviePy installation failed!'; exit 1; } + # Install the local browser binaries for this environment playwright install chromium '''