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 02b30e5 commit 7fb15cbCopy full SHA for 7fb15cb
.github/workflows/ci.yml
@@ -159,7 +159,7 @@ jobs:
159
- run: mkdir .coverage
160
161
- run: uv sync --only-dev
162
- - run: uv run mcp-run-python example
+ - run: uv run mcp-run-python example --deps=numpy
163
- run: uv run ${{ matrix.install.command }} coverage run -m pytest --durations=100 -n auto --dist=loadgroup
164
env:
165
COVERAGE_FILE: .coverage/.coverage.${{ matrix.python-version }}-${{ matrix.install.name }}
@@ -197,7 +197,7 @@ jobs:
197
198
199
- run: uv sync --group dev
200
201
202
- run: unset UV_FROZEN
203
0 commit comments