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