Skip to content

Commit f55ccde

Browse files
added ipython to install before building docs
1 parent 2a40cdb commit f55ccde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/static_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Build_Docs
3737
shell: bash -l {0}
3838
run: |
39-
pip install sphinx
39+
pip install sphinx ipython
4040
cd docs
4141
make html
4242
- name: Upload artifact

0 commit comments

Comments
 (0)