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 ddeb5ca commit 1248884Copy full SHA for 1248884
.github/workflows/main.yml
@@ -271,7 +271,7 @@ jobs:
271
run: |
272
micromamba create -n xeus-lite-host jupyterlite-core
273
micromamba activate xeus-lite-host
274
- python -m pip install jupyterlite-xeus
+ python -m pip install jupyterlite-xeus libarchive-c
275
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
276
cp $PREFIX/bin/xcpp.data _output/extensions/@jupyterlite/xeus/static
277
cp $PREFIX/lib/libclangCppInterOp.so _output/extensions/@jupyterlite/xeus/static
0 commit comments