Skip to content

Commit c09a572

Browse files
committed
Install workflows package when running the static tests.
The `odk-helper` tool requires the `workflows` extra packages. In order to run the static typing checks on it, we must make sure all its dependencies are installed.
1 parent c12625d commit c09a572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install uv
3232
uses: astral-sh/setup-uv@v7
3333
- name: Install Python dependencies
34-
run: uv sync --dev
34+
run: uv sync --dev --all-extras
3535
- name: Code linting
3636
run: uv run ruff check src
3737
- name: Code formatting

0 commit comments

Comments
 (0)