We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0127a15 commit afdbb19Copy full SHA for afdbb19
.github/workflows/tests.yml
@@ -32,6 +32,6 @@ jobs:
32
with:
33
poetry-version: "1.8.3"
34
- name: Install dependencies
35
- run: poetry install
+ run: poetry install --with=dev
36
- name: Run pytest
37
run: pytest
0 commit comments