We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2b729 commit f81d1e4Copy full SHA for f81d1e4
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
run: poetry check
35
36
- name: Install dependencies
37
- run: poetry install --with dev
+ run: poetry install --extras=dev
38
39
- name: Run format and lint
40
run: |
0 commit comments