Closed redeboer closed 1 month ago
uv run and uv sync install all dependency groups by default. To limit the dependencies per job, this adds the --no-dev flag.
uv run
uv sync
--no-dev
See also https://github.com/ComPWA/actions/pull/115
uv run
anduv sync
install all dependency groups by default. To limit the dependencies per job, this adds the--no-dev
flag.See also https://github.com/ComPWA/actions/pull/115