Skip to content

Commit b88ca44

Browse files
authored
Update publish.yml
1 parent 3e51a69 commit b88ca44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install .[dependencies, dev]
27+
pip install .[dev,doc]
2828
2929
- name: Lint with flake8
3030
run: |

0 commit comments

Comments
 (0)