File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -978,9 +978,20 @@ jobs:
978978 $ErrorActionPreference = "Stop"
979979 micromamba activate CppInterOp-wasm
980980 cd .\xeus-cpp\build\test
981- node test_xeus_cpp.js --report-failures --force-colors --success
981+ node test_xeus_cpp.js
982+
983+ - name : Jupyter Lite integration
984+ if : ${{ runner.os != 'windows' }}
985+ shell : bash -l {0}
986+ run : |
987+ cd ./xeus-cpp/
988+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus jupyter_server jupyterlab notebook python-libarchive-c -c conda-forge
989+ micromamba activate xeus-lite-host
990+ 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
982991
983992 - name : Jupyter Lite integration
993+ if : ${{ runner.os == 'windows' }}
994+ shell : powershell
984995 run : |
985996 cd ./xeus-cpp/
986997 micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus jupyter_server jupyterlab notebook python-libarchive-c -c conda-forge
You can’t perform that action at this time.
0 commit comments