File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -322,17 +322,17 @@ jobs:
322322 micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyterlite-xeus -c conda-forge
323323 micromamba activate xeus-lite-host
324324 timeout 200 jupyter lite serve --settings-overrides=overrides.json --XeusAddon.prefix=${{ env.PREFIX }}
325- --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
325+ --XeusAddon.mounts="$PREFIX/share/xeus-cpp/tagfiles:/share/xeus-cpp/tagfiles" \
326326 --XeusAddon.mounts="$PREFIX/etc/xeus-cpp/tags.d:/etc/xeus-cpp/tags.d" \
327327 --contents README.md \
328328 --contents notebooks/xeus-cpp-lite-demo.ipynb \
329329 --contents notebooks/smallpt.ipynb \
330330 --contents notebooks/images/marie.png \
331331 --contents notebooks/audio/audio.wav
332- python -m pip install nbdime
333- python -m pip install selenium
334- python --driver chrome
335- nbdiff notebooks/smallpt.ipynb $HOME/smallpt.ipynb
332+ python -m pip install nbdime
333+ python -m pip install selenium
334+ python --driver chrome
335+ nbdiff notebooks/smallpt.ipynb $HOME/smallpt.ipynb
336336
337337 - name : Setup tmate session
338338 if : ${{ failure() && runner.debug }}
You can’t perform that action at this time.
0 commit comments