automated terminal push

This commit is contained in:
lenape
2025-08-06 04:15:07 +00:00
parent ed96ee3a20
commit 49121af5d5

View File

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