Skip to content

Commit 1efe0f8

Browse files
committed
fix: ci
1 parent ee9553b commit 1efe0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
${{ runner.os }}-rye-
3232
3333
- name: Sync dependencies
34-
run: rye sync --no-dev
34+
run: rye sync
3535

3636
- name: Lint & Format (Ruff)
3737
run: rye run ruff check .

0 commit comments

Comments
 (0)