From 49121af5d5929ae0872d9c7cb2bd303c5932c57b Mon Sep 17 00:00:00 2001 From: lenape Date: Wed, 6 Aug 2025 04:15:07 +0000 Subject: [PATCH] automated terminal push --- infrastructure/services/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/services/Jenkinsfile b/infrastructure/services/Jenkinsfile index 68755a9..68d7777 100644 --- a/infrastructure/services/Jenkinsfile +++ b/infrastructure/services/Jenkinsfile @@ -216,8 +216,8 @@ sonar.terraform.provider.aws=true # Install dependencies in virtual environment echo "📥 Installing dependencies..." - pip install -r requirements.txt - pip install pytest flask + pip install --index-url https://pypi.org/simple/ -r requirements.txt + pip install --index-url https://pypi.org/simple/ pytest flask # Show installed packages for debugging echo "📋 Installed packages:"