Currently the dependencies used for the demo are simply installed in the workflow directly:
|
- name: Install the dependencies |
|
run: | |
|
python -m pip install jupyterlite-pyodide-kernel jupyterlite-core --pre |
|
|
|
# install a dev version of the extension |
|
python -m pip install . |
But this will become more difficult to track if we want to add more dependencies in the future.
So opening an issue to look into this at some point.