Skip to content

Commit 0816a9a

Browse files
authored
Debug
1 parent 9b1c715 commit 0816a9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,10 +270,12 @@ jobs:
270270
- name: Jupyter Lite integration
271271
shell: bash -l {0}
272272
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
274275
python -m pip install jupyterlite-xeus
275276
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
276-
jupyter lite serve
277+
cd ${{ env.PREFIX }}
278+
timeout 60 jupyter lite serve --help
277279
278280
- name: Setup tmate session
279281
if: ${{ failure() && runner.debug }}

environment-wasm-host.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ dependencies:
1010
- CppInterOp>=1.3.0
1111
- cpp-argparse
1212
- pugixml
13-
- jupyterlite-core
14-
- jupyterlab_server

0 commit comments

Comments
 (0)