Skip to content

Commit

Permalink
CI: Fixup bcc009d
Browse files Browse the repository at this point in the history
- `nbsphinx` needs `ipython`, therefore add another dependency
  • Loading branch information
fkuehlein committed Jan 9, 2024
1 parent e19906e commit 191320a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ install:

# testing dependencies
- travis_retry conda install -c conda-forge tox flake8 pylint pytest-xdist pytest-cov codecov
- travis_retry conda install -c conda-forge networkx matplotlib cartopy sphinx nbsphinx nbsphinx-link
- travis_retry conda install -c conda-forge networkx matplotlib cartopy
- travis_retry conda install -c conda-forge sphinx ipython nbsphinx nbsphinx-link

# debugging info
- conda info -a
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ dev =
Cython >= 3.0
docs =
sphinx >= 7.0
ipython >= 8.4
nbsphinx >= 0.9.3
nbsphinx-link >= 1.3.0
testing =
Expand Down

0 comments on commit 191320a

Please sign in to comment.