We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e51a69 commit b88ca44Copy full SHA for b88ca44
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
27
- pip install .[dependencies, dev]
+ pip install .[dev,doc]
28
29
- name: Lint with flake8
30
0 commit comments