Skip to content

Commit

Permalink
fix(Branch CI): Install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Oct 23, 2024
1 parent fea3db3 commit 5185d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version-file: "pyproject.toml"

- name: Install editable package and required dependencies
run: uv sync --extra=lint
run: uv sync --extra=dev

- name: Lint package
run: uv run ruff check --output-format=github .
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
python-version-file: "pyproject.toml"

- name: Install editable package and required dependencies
run: uv sync --extras=test
run: uv sync --extras=dev

# Run unittests
# * Produce JUnit XML report
Expand Down

0 comments on commit 5185d50

Please sign in to comment.