File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,8 @@ jobs:
218
218
pushd build
219
219
220
220
export EMPACK_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build
221
- export PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-host
221
+ export PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-host
222
+ echo "PREFIX=$PREFIX" >> $GITHUB_ENV
222
223
export CMAKE_PREFIX_PATH=$PREFIX
223
224
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
224
225
@@ -231,6 +232,14 @@ jobs:
231
232
..
232
233
EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0' emmake make -j ${{ env.ncpus }}
233
234
235
+ - name : Jupyter Lite integration
236
+ shell : bash -l {0}
237
+ run : |
238
+ micromamba create -n xeus-lite-host jupyterlite-core
239
+ micromamba activate xeus-lite-host
240
+ python -m pip install jupyterlite-xeus
241
+ jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
242
+
234
243
- name : Setup tmate session
235
244
if : ${{ failure() && runner.debug }}
236
245
uses : mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments