We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4bcbb9 + db5fb71 commit bedb425Copy full SHA for bedb425
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
run: pip install poetry
35
36
- name: Install dependencies
37
- run: poetry install
+ run: poetry install --with dev,test
38
39
- name: Run tests
40
run: poetry run pytest
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
+ run: poetry install --no-dev
62
63
- name: Clean dist folder
64
run: rm -rf dist/
0 commit comments