Fixed some truncation 2

This commit is contained in:
Guillem Hernandez Sola
2026-04-23 20:05:34 +02:00
parent 61e2fee9f0
commit f0fb48697c
10 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ pipeline {
# Activate the virtual environment and install dependencies
. venv/bin/activate && \
pip install --upgrade pip && \
pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy
pip install -U atproto tweety-ns playwright httpx arrow python-dotenv moviepy grapheme
# Check if moviepy is installed
pip list | grep moviepy || { echo 'MoviePy installation failed!'; exit 1; }