We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d5a5c commit b6a5a4eCopy full SHA for b6a5a4e
1 file changed
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install
36
run: |
37
pip install coverage
38
- pip install -e .
+ pip install -e .[test]
39
40
- name: Run tests
41
0 commit comments