Fixed Jenkinsfile

This commit is contained in:
2026-05-08 19:45:26 +00:00
parent 5b72de7ca8
commit 7b9e8c2c83

View File

@@ -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
"""
}
}