Skip to content

Commit 7fb15cb

Browse files
committed
tweak mcp-run-python ci command
1 parent 02b30e5 commit 7fb15cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
- run: mkdir .coverage
160160

161161
- run: uv sync --only-dev
162-
- run: uv run mcp-run-python example
162+
- run: uv run mcp-run-python example --deps=numpy
163163
- run: uv run ${{ matrix.install.command }} coverage run -m pytest --durations=100 -n auto --dist=loadgroup
164164
env:
165165
COVERAGE_FILE: .coverage/.coverage.${{ matrix.python-version }}-${{ matrix.install.name }}
@@ -197,7 +197,7 @@ jobs:
197197
- run: mkdir .coverage
198198

199199
- run: uv sync --group dev
200-
- run: uv run mcp-run-python example
200+
- run: uv run mcp-run-python example --deps=numpy
201201

202202
- run: unset UV_FROZEN
203203

0 commit comments

Comments
 (0)