From 2ba126d0134e5cfc3c34c9e3c5f8da62e621c461 Mon Sep 17 00:00:00 2001 From: Sebastian Rust Date: Thu, 5 Feb 2026 18:33:22 +0100 Subject: [PATCH] fix(cicd): install pip in pipeline --- .gitea/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 431c474..8d06df9 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -17,6 +17,9 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 + with: + python-version: '3.11' + cache: 'pip' - name: Install dependencies run: |