fix(ci): reuse local Python image for PR tests

This commit is contained in:
Xiaoxia AI
2026-06-25 11:54:56 +08:00
parent abbd3602f3
commit f06319958e
+3 -3
View File
@@ -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