Skip to content

Commit

Permalink
Stricter nbconvert pin
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Oct 23, 2020
1 parent 064f771 commit 96a5390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -151,7 +151,7 @@ jobs:
before_install:
- pip install graphviz
install:
- pip install nbsite sphinx_holoviz_theme "nbconvert<6"
- pip install nbsite sphinx_holoviz_theme "nbconvert <=5.3.1"
- pip install -e .
script:
# TODO: nbsite commands will be simplified eventually...
Expand Down

0 comments on commit 96a5390

Please sign in to comment.