fix(ci): use uv sync

This commit is contained in:
AFredefon
2026-03-11 01:17:43 +01:00
parent f8002254e5
commit b137f48e7f
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ jobs:
run: uv python install 3.14
- name: Install dependencies
run: uv sync
run: uv sync --all-extras
- name: Run MCP tests
run: |