CI Install jupyterlite-pyodide-kernel in CI#1107
CI Install jupyterlite-pyodide-kernel in CI#1107lesteve merged 3 commits intosphinx-gallery:masterfrom
Conversation
azure-pipelines.yml
Outdated
| pip install --user --upgrade --progress-bar off --pre pydata-sphinx-theme | ||
| echo "Qt, plotly, VTK" | ||
| pip install --user --upgrade --progress-bar off pyvista "pyqt5!=5.15.8" plotly vtk jupyterlite-sphinx | ||
| pip install --user --upgrade --progress-bar off pyvista "pyqt5!=5.15.8" plotly vtk jupyterlite-sphinx jupyterlite-pyodide-kernel |
There was a problem hiding this comment.
Maybe we can add a pin on jupyterlite-sphinx and jupyterlite-pyodide-kernel for now.
For example: "jupyterlite-sphinx >=0.8.0,<0.9.0" and jupyterlite-pyodide-kernel < 0.1.0. Not expecting major changes in this packages in the short term but just to be sure.
We are working on getting JupyterLite 0.1.0 out very soon and things. I can open a new issue / PR on this repo to do the update.
There was a problem hiding this comment.
Done. We don't pin anything else in the sphinx-gallery CI so we like to live dangerously it seems but we can make an exception for jupyterlite-sphinx 😉.
We are working on getting JupyterLite 0.1.0 out very soon and things. I can open a new issue / PR on this repo to do the update.
Sounds great, don't hesitate to ping me on JupyterLite-related things, otherwise I may well miss it completely!
|
Merging, thanks @jtpio for the feed-back! |
Fix #1103.
Also used this PR to tweak the doc, it makes more sense to mention jupyterlite-sphinx version.