Skip to content

Commit

Permalink
fix(Branch CI): --extras -> --extra
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Oct 23, 2024
1 parent edd86d2 commit 8306c05
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 @@ -71,7 +71,7 @@ jobs:
python-version-file: "pyproject.toml"

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

# Run unittests
# * Produce JUnit XML report
Expand Down

0 comments on commit 8306c05

Please sign in to comment.