ci: 修复 main 上 Python CI 历史失败(在 python3.12+node 容器内运行) #28

Merged
lixu merged 5 commits from devin/1782280936-fix-python-ci into main 2026-06-24 14:32:51 +08:00
Showing only changes of commit 3364a50c68 - Show all commits
+2 -3
View File
@@ -44,14 +44,13 @@ jobs:
python:
name: Python (ingestion)
runs-on: ubuntu-latest
container:
image: nikolaik/python-nodejs:python3.12-nodejs20
defaults:
run:
working-directory: ingestion
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install
run: pip install -e ".[dev]"
- name: Ruff lint