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 70
70
shell : bash -l {0}
71
71
run : |
72
72
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
74
74
micromamba activate xeus-lite-host
75
75
cd build/test
76
76
# Fresh install browsers, and run Emscripten tests in them
@@ -141,7 +141,6 @@ jobs:
141
141
shell : bash -l {0}
142
142
run : |
143
143
micromamba activate xeus-lite-host
144
- python -m pip install jupyterlite-xeus
145
144
jupyter lite build \
146
145
--XeusAddon.prefix=${{ env.PREFIX }} \
147
146
--contents README.md \
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ jobs:
254
254
run : |
255
255
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
256
256
set -e
257
- micromamba create -n xeus-lite-host jupyterlite-core=0.6
257
+ micromamba create -n xeus-lite-host jupyterlite-core jupyterlite-xeus
258
258
micromamba activate xeus-lite-host
259
259
cd build/test
260
260
# Fresh install browsers, and run Emscripten tests in them
@@ -325,7 +325,6 @@ jobs:
325
325
shell : bash -l {0}
326
326
run : |
327
327
micromamba activate xeus-lite-host
328
- python -m pip install jupyterlite-xeus
329
328
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
330
329
331
330
- name : Setup tmate session
You can’t perform that action at this time.
0 commit comments