SIGN IN SIGN UP

ci: skip dev/test/lint groups when installing langchain-profiles CLI (#36086)

The reusable refresh_model_profiles workflow sparse-checks out only
libs/model-profiles from the langchain monorepo. `uv sync` fails because
the test/dev/lint dependency groups reference sibling editable packages
(../langchain_v1, ../core) that aren't present in the sparse checkout.

Restrict to the default dependency group so only the runtime deps
(httpx, tomli, typing-extensions) are installed — which is all the CLI
needs.
M
Mason Daugherty committed
f33667fef3f4927ff1d2d669c07dff97545f611c
Parent: c4abc91
Committed by GitHub <[email protected]> on 3/18/2026, 6:07:15 PM