Skip to content

Commit f792724

Browse files
authored
Add jupyterlite-core jupyterlab to emscripten build main.yml
1 parent e5288f7 commit f792724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
run: |
275275
micromamba create -n xeus-lite-host jupyterlite-core
276276
micromamba activate xeus-lite-host
277-
python -m pip install jupyterlite-xeus
277+
python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab
278278
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
279279
cp $PREFIX/bin/xcpp.data _output/extensions/@jupyterlite/xeus/static
280280
cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static

0 commit comments

Comments
 (0)