Skip to content

Commit 57debe6

Browse files
BinWang28claude
andcommitted
fix(ci): install dev dependencies for ruff in lint workflow
uv sync alone skips optional dependencies. Use --extra dev to ensure ruff is available in the CI environment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 04aa98f commit 57debe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: astral-sh/setup-uv@v5
2727

2828
- name: Install dependencies
29-
run: uv sync
29+
run: uv sync --extra dev
3030

3131
- name: Check static error
3232
run: |

0 commit comments

Comments
 (0)