Skip to content

Commit 917b49a

Browse files
committed
fix missing jupyter dependency
1 parent 2b99e67 commit 917b49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
pip install sphinx
2929
pip install nbsphinx
3030
pip install sphinx_rtd_theme
31+
pip install jupyter
3132
- name: Install package
3233
run: |
3334
pip install -e .

0 commit comments

Comments
 (0)