fix: install envsubst and python deps for integration-test runner
This commit is contained in:
@@ -190,6 +190,12 @@ jobs:
|
||||
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | sudo bash
|
||||
helm version
|
||||
|
||||
- name: Install pipeline dependencies
|
||||
run: |
|
||||
sudo apt-get update -qq && sudo apt-get install -y -qq gettext-base python3 python3-pip > /dev/null 2>&1
|
||||
envsubst --version
|
||||
pip3 install httpx asyncpg pytest pytest-asyncio --quiet 2>/dev/null || true
|
||||
|
||||
- name: Configure kubectl
|
||||
run: |
|
||||
# Use in-cluster service account if available, otherwise skip
|
||||
|
||||
Reference in New Issue
Block a user