From f06319958ed886d77bc89ea44561ff97f59f73b5 Mon Sep 17 00:00:00 2001 From: Xiaoxia AI Date: Thu, 25 Jun 2026 11:54:56 +0800 Subject: [PATCH] fix(ci): reuse local Python image for PR tests --- .gitea/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 23c1b3e2e..14c9b2576 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Tests +name: Tests on: push: @@ -10,7 +10,7 @@ jobs: test: runs-on: ubuntu-latest container: - image: python:3.12-slim + image: xiaoxia-ci-python:3.12 steps: - name: Checkout code @@ -63,7 +63,7 @@ jobs: lint: runs-on: ubuntu-latest container: - image: python:3.12-slim + image: xiaoxia-ci-python:3.12 steps: - name: Checkout code