Skip to content

Commit 581e602

Browse files
authored
Update deploy-github-page.yml to fix Jupyter lite to 5.7.2
1 parent a1e22aa commit 581e602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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
73+
micromamba create -n xeus-lite-host jupyterlite-core jupyter_core==5.7.2
7474
micromamba activate xeus-lite-host
7575
cd build/test
7676
# Fresh install browsers, and run Emscripten tests in them

0 commit comments

Comments
 (0)