We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d25ba commit c119046Copy full SHA for c119046
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,8 @@ jobs:
28
29
- name: Install dependencies
30
run: |
31
- uv sync --dev
+ # core plugin matrix 测试会加载 kernel/LLM 与分片 coord(需 sqlalchemy、redis)
32
+ uv sync --dev --extra pg --extra coord-redis
33
34
- name: Run Ruff linting
35
0 commit comments