Skip to content

Commit

Permalink
set nbconvert version requirement for gh-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Apr 14, 2023
1 parent afbc173 commit 9c0289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
DISPLAY: test
- name: Install Sphinx prereq
run: |
conda install sphinx sphinx_rtd_theme nbconvert pandoc ipython ipython_genutils
conda install sphinx sphinx_rtd_theme nbconvert>=6.4.3 pandoc ipython ipython_genutils
- name: Run the docs
run: |
make -C docs/ html
Expand Down

0 comments on commit 9c0289b

Please sign in to comment.