The unit test workflow is failing because it attempts to install non-existent dependency groups.
-
CONTRIBUTING.md and .github/workflows/unit-tests.yaml both instruct uv to install extras named test, eval, and a2a.
-
However, the pyproject.toml file does not define test, eval, or a2a as dependency groups.
The unit test workflow is failing because it attempts to install non-existent dependency groups.
CONTRIBUTING.md and .github/workflows/unit-tests.yaml both instruct uv to install extras named test, eval, and a2a.
However, the pyproject.toml file does not define test, eval, or a2a as dependency groups.