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 51c1892 commit bfac490Copy full SHA for bfac490
.github/workflows/emscripten.yml
@@ -993,7 +993,7 @@ jobs:
993
if: ${{ runner.os == 'windows' }}
994
shell: powershell
995
run: |
996
- cd ./xeus-cpp/
+ cd .\xeus-cpp\
997
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus jupyter_server jupyterlab notebook python-libarchive-c -c conda-forge
998
micromamba activate xeus-lite-host
999
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
0 commit comments