diff --git a/.github/workflows/branch_ci.yml b/.github/workflows/branch_ci.yml index d8f7f2d0..b11953fe 100644 --- a/.github/workflows/branch_ci.yml +++ b/.github/workflows/branch_ci.yml @@ -45,7 +45,7 @@ jobs: python-version-file: "pyproject.toml" - name: Install editable package and required dependencies - run: uv sync --all-extras + run: uv sync --group=lint --group=test --group=docs - name: Lint package run: uv run ruff check --output-format=github .