Skip to content

Commit 8ebdd3e

Browse files
committed
Fixed missing dependency
1 parent 3b8e575 commit 8ebdd3e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
enable-cache: true
2828

2929
- name: Install dependencies
30-
run: uv sync --all-extras
30+
run: uv sync --all-extras --all-groups
3131

3232
- name: Check formatting with Ruff
3333
run: uv run ruff format --check

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ pythonpath = ["src"]
4040
[dependency-groups]
4141
dev = [
4242
"pytest-cov>=7.1.0",
43+
"ruff>=0.11.0",
4344
]

0 commit comments

Comments
 (0)