From ea271d5cc6e2b602d5b147ca6435ebeb2caa37c3 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 8 May 2026 21:18:07 -0500 Subject: [PATCH] =?UTF-8?q?ci:=20drop=20python3=20dep=20=E2=80=94=20not=20?= =?UTF-8?q?used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index eea0763..911dadc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: - name: Install build dependencies run: | apt-get update -qq - apt-get install -y gcc libcurl4-openssl-dev apt-transport-https ca-certificates python3 + apt-get install -y gcc libcurl4-openssl-dev apt-transport-https ca-certificates echo "deb [trusted=yes] https://packages.cloud.google.com/apt cloud-sdk main" \ > /etc/apt/sources.list.d/google-cloud-sdk.list apt-get update -qq && apt-get install -y google-cloud-cli