We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0f710 commit 05cb2c1Copy full SHA for 05cb2c1
1 file changed
.github/workflows/pythonpackage.yml
@@ -25,6 +25,6 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
28
- pip install -e .[tests]
+ pip install -e .[cli,tests,docs]
29
- name: Test with pytest
30
run: pytest
0 commit comments