You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update GitHub Actions to use uv sync --all-packages --all-groups
Replace explicit group installation commands with the simpler:
uv sync --all-packages --all-groups
This installs all workspace packages with all their dependency groups,
which is cleaner than manually specifying --group test --group docs
and avoids needing to list extras like --extra rich.
Updated workflows:
- python-tests.yml: Changed uv sync command
- api-check.yml: Changed uv sync command
0 commit comments