Skip to content

Commit 90aacf3

Browse files
committed
fix: ci to use uv group
1 parent f2533af commit 90aacf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/backend-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Install dependencies
9898
if: steps.changes.outputs.python_changed == 'true'
99-
run: uv sync --extra dev --frozen
99+
run: uv sync --group dev --frozen
100100

101101
- name: Check Python linting and formatting
102102
if: steps.changes.outputs.python_changed == 'true'

0 commit comments

Comments
 (0)