Skip to content

Commit 7ff7dd5

Browse files
committed
Fix CI: use --package instead of --all-packages
The --all-packages flag triggers a pre-existing issue where mcp-simple-chatbot is missing its README.md. Use --package to install only the specific packages needed for each job.
1 parent de7f8c4 commit 7ff7dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 24
29-
- run: uv sync --frozen --all-extras --all-packages
29+
- run: uv sync --frozen --all-extras --package mcp-everything-server
3030
- run: ./scripts/run-server-conformance.sh
3131

3232
client-conformance:
@@ -41,5 +41,5 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with:
4343
node-version: 24
44-
- run: uv sync --frozen --all-extras --all-packages
44+
- run: uv sync --frozen --all-extras --package mcp-conformance-client
4545
- run: npx @modelcontextprotocol/conformance client --command 'uv run --frozen mcp-conformance-client'

0 commit comments

Comments
 (0)