Skip to content

Commit

Permalink
fix(workflow): Update UV venv creation
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 8, 2024
1 parent 884126f commit 17b0c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 17b0c4b

Please sign in to comment.