Skip to content

Commit 0c79870

Browse files
authored
Fix
1 parent fc41e8f commit 0c79870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270
- name: Jupyter Lite integration
271271
shell: bash -l {0}
272272
run: |
273-
micromamba create -n xeus-lite-host jupyterlite-core
273+
micromamba create -n xeus-lite-host jupyterlite-core jupyterlab_server
274274
micromamba activate xeus-lite-host
275275
python -m pip install jupyterlite-xeus
276276
jupyter lite build --XeusAddon.prefix=${{ env.PREFIX }}

0 commit comments

Comments
 (0)