From 24b2d80b4142cf2f01b695964eabaced2942cc5f Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 21:48:44 +0000 Subject: [PATCH] Fix CI: Update workflow for Gitea Actions compatibility --- .gitea/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3e5a74e..e0e8c8d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,6 @@ on: jobs: test: runs-on: ubuntu-latest - container: python:3.11-slim steps: - name: Checkout code