Skip to content

Improve handling of packages used for the demo deployed on GitHub Pages #80

@jtpio

Description

@jtpio

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions