Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Commit b137f48

Browse files
committed
fix(ci): use uv sync
1 parent f800225 commit b137f48

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: uv python install 3.14
7474

7575
- name: Install dependencies
76-
run: uv sync
76+
run: uv sync --all-extras
7777

7878
- name: Run MCP tests
7979
run: |

.github/workflows/mcp-server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: uv python install 3.14
2424

2525
- name: Install dependencies
26-
run: uv sync
26+
run: uv sync --all-extras
2727

2828
- name: Start MCP server in background
2929
run: |
@@ -34,8 +34,8 @@ jobs:
3434
3535
- name: Run MCP tool tests
3636
run: |
37-
cd fuzzforge-mcp/tests
38-
uv run pytest test_resources.py -v
37+
cd fuzzforge-mcp
38+
uv run --extra tests pytest tests/test_resources.py -v
3939
4040
- name: Stop MCP server
4141
if: always()

0 commit comments

Comments
 (0)