Skip to content

Commit ffa4e26

Browse files
committed
Updated pip install from classical to dev.
1 parent b00e73a commit ffa4e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install dependencies
1919
run: |
2020
python -m pip install --upgrade pip
21-
pip install -e .
21+
pip install -e '.[dev]'
2222
pip install sphinx sphinx-rtd-theme sphinx-autodoc-typehints
2323
2424
- name: Build docs

0 commit comments

Comments
 (0)