-
Couldn't load subscription status.
- Fork 9
Open
Description
Currently the dependencies used for the demo are simply installed in the workflow directly:
ai/.github/workflows/deploy.yml
Lines 21 to 26 in a3fda1c
| - 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.
Metadata
Metadata
Assignees
Labels
No labels