Skip to content

Commit f4d1579

Browse files
authored
Update deploy-github-page.yml
1 parent 581e602 commit f4d1579

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-github-page.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
shell: bash -l {0}
7171
run: |
7272
set -e
73-
micromamba create -n xeus-lite-host jupyterlite-core jupyter_core==5.7.2
73+
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
7474
micromamba activate xeus-lite-host
7575
cd build/test
7676
# Fresh install browsers, and run Emscripten tests in them
@@ -140,7 +140,6 @@ jobs:
140140
- name: Jupyter Lite integration
141141
shell: bash -l {0}
142142
run: |
143-
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server
144143
micromamba activate xeus-lite-host
145144
python -m pip install jupyterlite-xeus
146145
jupyter lite build \

0 commit comments

Comments
 (0)