We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5288f7 commit f792724Copy full SHA for f792724
.github/workflows/main.yml
@@ -274,7 +274,7 @@ jobs:
274
run: |
275
micromamba create -n xeus-lite-host jupyterlite-core
276
micromamba activate xeus-lite-host
277
- python -m pip install jupyterlite-xeus
+ python -m pip install jupyterlite-xeus jupyterlite-core jupyterlab
278
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
279
cp $PREFIX/bin/xcpp.data _output/extensions/@jupyterlite/xeus/static
280
cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static
0 commit comments