automated terminal push
This commit is contained in:
4
infrastructure/services/Jenkinsfile
vendored
4
infrastructure/services/Jenkinsfile
vendored
@@ -216,8 +216,8 @@ sonar.terraform.provider.aws=true
|
|||||||
|
|
||||||
# Install dependencies in virtual environment
|
# Install dependencies in virtual environment
|
||||||
echo "📥 Installing dependencies..."
|
echo "📥 Installing dependencies..."
|
||||||
pip install -r requirements.txt
|
pip install --index-url https://pypi.org/simple/ -r requirements.txt
|
||||||
pip install pytest flask
|
pip install --index-url https://pypi.org/simple/ pytest flask
|
||||||
|
|
||||||
# Show installed packages for debugging
|
# Show installed packages for debugging
|
||||||
echo "📋 Installed packages:"
|
echo "📋 Installed packages:"
|
||||||
|
|||||||
Reference in New Issue
Block a user