From 458e289cbfceaeaa86db20d15e0219f4d731070a Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sat, 18 Apr 2026 05:14:35 +0000 Subject: [PATCH] fix: install envsubst and python deps for integration-test runner --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fed1e43..c315c56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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