We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a98b60 commit c9c3a8fCopy full SHA for c9c3a8f
.github/workflows/test.yml
@@ -84,7 +84,7 @@ jobs:
84
run: poetry lock --check
85
86
- name: Install dependencies
87
- run: poetry install --with github-actions test
+ run: poetry install --with github-actions,test
88
89
- name: Run pytest
90
env:
0 commit comments