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

Commit 7c8676a

Browse files
authored
Merge pull request #40 from martinRenou/fix_post_build_federated_extensons
Fix post_build so that it populates the jupyter-lite.json properly
2 parents c82a70e + 6a53e66 commit 7c8676a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyterlite_xeus_python/env_build_addon.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ def post_build(self, manager):
159159
],
160160
)
161161

162+
return super(XeusPythonEnv, self).post_build(manager)
163+
162164
def create_env(self):
163165
"""Create the xeus-python emscripten-32 env with either mamba, micromamba or conda."""
164166
if MAMBA_PYTHON_AVAILABLE:

0 commit comments

Comments
 (0)