Skip to content

Commit 571d340

Browse files
committed
Fix SDK CI: add mcp-client as extra dep
SDK imports agent_builder_mcp_client at runtime (agent.py), so it needs to be installed alongside types before running SDK tests.
1 parent be4e1f1 commit 571d340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: ./.github/workflows/_test-package.yml
3131
with:
3232
package-path: packages/sdk
33-
extra-deps: packages/types
33+
extra-deps: packages/types packages/mcp-client
3434

3535
integration:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)