We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7071370 commit 760724fCopy full SHA for 760724f
1 file changed
.github/workflows/test.yaml
@@ -59,7 +59,7 @@ jobs:
59
cache: poetry
60
- name: Install dependencies
61
run: |
62
- poetry install
+ poetry install --only dev
63
- name: Ruff format
64
run: poetry run ruff format --check
65
- name: Ruff check
0 commit comments