From 7b9e8c2c831f4e2ee8d1c9fc1325bd477151cc42 Mon Sep 17 00:00:00 2001 From: Guillem Hernandez Sola Date: Fri, 8 May 2026 19:45:26 +0000 Subject: [PATCH] Fixed Jenkinsfile --- jenkins/divendres_nit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins/divendres_nit b/jenkins/divendres_nit index 438f777..fe51e84 100644 --- a/jenkins/divendres_nit +++ b/jenkins/divendres_nit @@ -20,8 +20,7 @@ pipeline { python3 -m venv venv . venv/bin/activate pip install --upgrade pip --quiet - pip install --quiet atproto requests ffmpeg - pip install --upgrade atproto + pip install --quiet atproto requests ffmpeg python-dotenv pillow """ } }