Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kozo2 opened this issue Aug 11, 2019 · 2 comments
Open

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

kozo2 opened this issue Aug 11, 2019 · 2 comments
Labels

Comments

@kozo2
Copy link
Contributor

kozo2 commented Aug 11, 2019

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 kozo2 changed the title How can I install Python packages to Travis environment? How can I install Python packages to the iruby Travis environment? Aug 11, 2019
@mrkn
Copy link
Contributor

mrkn commented Aug 19, 2019

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

@kozo2
Copy link
Contributor Author

kozo2 commented Aug 20, 2019

It seems that kozo2/iruby@c2cf55f
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants