Skip to content

Commit c119046

Browse files
committed
chore(ci): matrix 测试同步 pg 与 coord-redis 依赖
plugin loader 与分片 coord 测试需 sqlalchemy/redis,仅 --dev 会缺包失败。
1 parent 09d25ba commit c119046

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828

2929
- name: Install dependencies
3030
run: |
31-
uv sync --dev
31+
# core plugin matrix 测试会加载 kernel/LLM 与分片 coord(需 sqlalchemy、redis)
32+
uv sync --dev --extra pg --extra coord-redis
3233
3334
- name: Run Ruff linting
3435
run: |

0 commit comments

Comments
 (0)