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 f49ed08 commit 26b9367Copy full SHA for 26b9367
.github/workflows/deploy-pages.yml
@@ -185,7 +185,7 @@ jobs:
185
cd ./xeus-cpp/
186
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
187
micromamba activate xeus-lite-host
188
- python -m pip install jupyterlite-xeus jupyter_server notebook
+ python -m pip install jupyterlite-xeus jupyter_server notebook libarchive-c
189
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --output-dir dist
190
cp ${{ env.PREFIX }}/bin/xcpp.data dist/extensions/@jupyterlite/xeus/static
191
cp ${{ env.PREFIX }}/lib/libclangCppInterOp.so dist/extensions/@jupyterlite/xeus/static
0 commit comments