From b13a9ad02e832fb4efbf36a962f9812efa9391e3 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Mon, 7 Sep 2026 08:50:29 +0200 Subject: [PATCH] install python3 in publish-report action --- .gitea/actions/publish-report/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/actions/publish-report/action.yml b/.gitea/actions/publish-report/action.yml index 4b30555..62dcad5 100644 --- a/.gitea/actions/publish-report/action.yml +++ b/.gitea/actions/publish-report/action.yml @@ -8,6 +8,10 @@ inputs: runs: using: composite steps: + - name: Install python3 + shell: bash + run: apk add --no-cache python3 + - name: Normalize JUnit report names shell: bash run: |