Skip to content

Commit 6709ed8

Browse files
committed
Testing fix docs workflow
1 parent ab7a22d commit 6709ed8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
- uses: nikeee/setup-pandoc@v1
2828
- name: "Upgrade pip"
2929
run: pip install --upgrade pip
30-
- name: "Install jupyterbook"
31-
run: pip install -r docs/requirements.txt
32-
- name: "Install autoemulate"
33-
run: pip install -e .
30+
- name: "Install autoemulate with extras: dev, docs"
31+
run: pip install -e .[dev,docs]
3432
- name: "Run jupyterbook"
3533
run: jupyter-book build docs --all
3634
- name: "Deploy"

0 commit comments

Comments
 (0)