Skip to content
This repository was archived by the owner on Feb 14, 2024. It is now read-only.

Fix post_build so that it populates the jupyter-lite.json properly #40

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions jupyterlite_xeus_python/env_build_addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ def post_build(self, manager):
],
)

return super(XeusPythonEnv, self).post_build(manager)

def create_env(self):
"""Create the xeus-python emscripten-32 env with either mamba, micromamba or conda."""
if MAMBA_PYTHON_AVAILABLE:
Expand Down