From 4fcfe30e9f4c3955644469b8834175946d4a4dbe Mon Sep 17 00:00:00 2001 From: amasson Date: Mon, 3 Nov 2025 21:56:24 +0000 Subject: [PATCH] Update .gitea/workflows/publish-pytest-result --- .gitea/workflows/publish-pytest-result | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/publish-pytest-result b/.gitea/workflows/publish-pytest-result index 8a24033..bc6a216 100644 --- a/.gitea/workflows/publish-pytest-result +++ b/.gitea/workflows/publish-pytest-result @@ -10,6 +10,9 @@ jobs: ui-test: runs-on: [docker] + container: + image: python:3.11-slim + steps: - name: Checkout code uses: actions/checkout@v3