Skip to content

Commit 9b1c715

Browse files
authored
Attempt fix
1 parent 8307ec0 commit 9b1c715

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,10 @@ jobs:
270270
- name: Jupyter Lite integration
271271
shell: bash -l {0}
272272
run: |
273-
micromamba create -n xeus-lite-host jupyterlite-core jupyterlab_server
274-
micromamba activate xeus-lite-host
273+
micromamba activate xeus-cpp-wasm-host
275274
python -m pip install jupyterlite-xeus
276275
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}
277-
jupyter lite serve --help
276+
jupyter lite serve
278277
279278
- name: Setup tmate session
280279
if: ${{ failure() && runner.debug }}

environment-wasm-host.yml

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

0 commit comments

Comments
 (0)