We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9553b commit 1efe0f8Copy full SHA for 1efe0f8
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
${{ runner.os }}-rye-
32
33
- name: Sync dependencies
34
- run: rye sync --no-dev
+ run: rye sync
35
36
- name: Lint & Format (Ruff)
37
run: rye run ruff check .
0 commit comments