Skip to content

Commit

Permalink
Test nbconvert 5.6.1 with jupyter-client 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mriedem committed Apr 12, 2021
1 parent 5d2eaed commit d9212bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ addons:
- inkscape # for svgs in pdf output
- lmodern # latex package
- texlive-generic-extra
before_install:
# jupyter-client 6.2.0 has been yanked from pypi so install it manually
- wget -O - https://github.com/jupyter/jupyter_client/archive/refs/tags/6.2.0.tar.gz | tar -xz
- pip install --ignore-installed jupyter_client-6.2.0/.
install:
- wget https://github.com/jgm/pandoc/releases/download/2.7/pandoc-2.7-1-amd64.deb && sudo dpkg -i pandoc-2.7-1-amd64.deb
- pip install --upgrade setuptools pip pytest
Expand Down

0 comments on commit d9212bb

Please sign in to comment.