Skip to content

Commit 37a165c

Browse files
committed
CI: Fix installation
1 parent 17875df commit 37a165c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
pip install "setuptools>=64" --upgrade
5252
5353
# Install package in editable mode.
54-
pip install --use-pep517 --prefer-binary --editable=.[develop,test]
54+
pip install --use-pep517 --prefer-binary --editable=.[develop,docs,test]
5555
5656
- name: Run linter and software tests
5757
run: |

0 commit comments

Comments
 (0)