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