File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -270,10 +270,12 @@ jobs:
270
270
- name : Jupyter Lite integration
271
271
shell : bash -l {0}
272
272
run : |
273
- micromamba activate xeus-cpp-wasm-host
273
+ micromamba create -n xeus-lite-host jupyterlite-core jupyterlab_server
274
+ micromamba activate xeus-lite-host
274
275
python -m pip install jupyterlite-xeus
275
276
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
276
- jupyter lite serve
277
+ cd ${{ env.PREFIX }}
278
+ timeout 60 jupyter lite serve --help
277
279
278
280
- name : Setup tmate session
279
281
if : ${{ failure() && runner.debug }}
Original file line number Diff line number Diff line change @@ -10,5 +10,3 @@ dependencies:
10
10
- CppInterOp>=1.3.0
11
11
- cpp-argparse
12
12
- pugixml
13
- - jupyterlite-core
14
- - jupyterlab_server
You can’t perform that action at this time.
0 commit comments