iruby icon indicating copy to clipboard operation
iruby copied to clipboard

How can I install Python packages to the iruby Travis environment?

Open kozo2 opened this issue 6 years ago • 2 comments

I'm trying to automate checking

jupyter-nbconvert --to html --execute test/iruby/foo.ipynb

in https://github.com/kozo2/iruby/tree/travis-nbconvert

But I failed

  • pip install nbconvert
  • conda install nbconvert

in iruby .travis.yml

How can I install Python packages in https://github.com/SciRuby/iruby/blob/master/.travis.yml ?

kozo2 avatar Aug 11 '19 07:08 kozo2

Could you do it in the docker container running on travis-ci?

mrkn avatar Aug 19 '19 04:08 mrkn

It seems that https://github.com/kozo2/iruby/commit/c2cf55fcfcb9e6b127e6abe906d0f29029c63291 installs nbconvert to the docker container. But I couldn't find a suitable place to run the nbconvert command. Do you have any idea about this?

kozo2 avatar Aug 20 '19 20:08 kozo2