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 c796291 commit 20e51edCopy full SHA for 20e51ed
.github/workflows/deploy-pages.yml
@@ -238,7 +238,7 @@ jobs:
238
shell: bash -l {0}
239
run: |
240
cd ./xeus-cpp/
241
- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus jupyter_server jupyterlab notebook libarchive-c -c conda-forge
+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus jupyter_server jupyterlab notebook python-libarchive-c -c conda-forge
242
micromamba activate xeus-lite-host
243
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }} --contents notebooks/xeus-cpp-lite-demo.ipynb --contents notebooks/smallpt.ipynb --contents notebooks/images/marie.png --contents notebooks/audio/audio.wav --output-dir dist
244
0 commit comments