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 5185d50 commit edd86d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -108,7 +108,7 @@ jobs:
python-version-file: "pyproject.toml"

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

- name: Build documentation
run: uv run pydoctor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,6 @@ def url(self) -> str:
msg=f"Error: {subset_result}",
)


if __name__ == "__main__":
unittest.main()

0 comments on commit edd86d2

Please sign in to comment.