Skip to content

Commit d353e01

Browse files
committed
ci: fix installation
1 parent 53eae5c commit d353e01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
python-version: "3.11"
1212
- name: Build docs
1313
run: |
14-
pip install .[docs]
14+
pip install -e .[dev,docs]
1515
make -C docs html
1616
- name: Deploy
1717
uses: peaceiris/actions-gh-pages@v4

.github/workflows/docs_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python-version: "3.11"
2929
- name: Build docs
3030
run: |
31-
pip install .[docs]
31+
pip install -e .[dev,docs]
3232
make -C docs html
3333
- name: Deploy Preview
3434
uses: rossjrw/[email protected]

0 commit comments

Comments
 (0)