We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2533af commit 90aacf3Copy full SHA for 90aacf3
1 file changed
.github/workflows/backend-lint.yaml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Install dependencies
98
if: steps.changes.outputs.python_changed == 'true'
99
- run: uv sync --extra dev --frozen
+ run: uv sync --group dev --frozen
100
101
- name: Check Python linting and formatting
102
0 commit comments