From a88a3316ce5b2a8a9fb89bb56abd75994b555783 Mon Sep 17 00:00:00 2001 From: Martin Kudlacek Date: Fri, 14 Nov 2025 11:08:19 +0100 Subject: [PATCH] WIP --- .gitea/workflows/build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 891ab0a..9705a40 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -13,10 +13,7 @@ jobs: run: echo "Hello, this is MacOS builder" - name: Install Python - run: apk add python3 - - - name: Install PIP - run: python3 -m ensurepip + run: apk add python3 py3-pip - name: Install Python dependencies run: pip3 install -r requirements.txt