Skip to content

fix(pyproject): restore dev extra for pip-based CI#92

Open
pearlq12345 wants to merge 2 commits into
MINT-SJTU:mainfrom
pearlq12345:fix/dev-extra-ci
Open

fix(pyproject): restore dev extra for pip-based CI#92
pearlq12345 wants to merge 2 commits into
MINT-SJTU:mainfrom
pearlq12345:fix/dev-extra-ci

Conversation

@pearlq12345
Copy link
Copy Markdown

Summary

  • restore the dev optional extra in pyproject.toml

Why

CI still installs test dependencies via pip install .[dev], but pyproject.toml only defines the development dependencies under [dependency-groups].dev. pip does not install dependency groups as extras, so pytest is missing and the test job fails before running any tests.

Expected impact

This restores compatibility with the current CI install path without changing the existing uv-based dependency-group setup.

YanzeZhang97 pushed a commit to YanzeZhang97/RoboClaw_Nav that referenced this pull request May 5, 2026
…arameters

[codex] Update remote training parameters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant