fix: install envsubst and python deps for integration-test runner

This commit is contained in:
Celes Renata
2026-04-18 05:14:35 +00:00
parent 32a3dc85e3
commit 458e289cbf
+6
View File
@@ -190,6 +190,12 @@ jobs:
curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | sudo bash curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | sudo bash
helm version 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 - name: Configure kubectl
run: | run: |
# Use in-cluster service account if available, otherwise skip # Use in-cluster service account if available, otherwise skip