File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 7070 shell : bash -l {0}
7171 run : |
7272 set -e
73- micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server
73+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server jupyterlite-xeus
7474 micromamba activate xeus-lite-host
7575 cd build/test
7676 # Fresh install browsers, and run Emscripten tests in them
@@ -141,7 +141,6 @@ jobs:
141141 shell : bash -l {0}
142142 run : |
143143 micromamba activate xeus-lite-host
144- python -m pip install jupyterlite-xeus
145144 jupyter lite build \
146145 --XeusAddon.prefix=${{ env.PREFIX }} \
147146 --contents README.md \
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254254 run : |
255255 export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
256256 set -e
257- micromamba create -n xeus-lite-host jupyterlite-core=0.6
257+ micromamba create -n xeus-lite-host jupyterlite-core jupyterlite-xeus
258258 micromamba activate xeus-lite-host
259259 cd build/test
260260 # Fresh install browsers, and run Emscripten tests in them
@@ -325,7 +325,6 @@ jobs:
325325 shell : bash -l {0}
326326 run : |
327327 micromamba activate xeus-lite-host
328- python -m pip install jupyterlite-xeus
329328 jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
330329
331330 - name : Setup tmate session
You can’t perform that action at this time.
0 commit comments