We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e22aa commit 581e602Copy full SHA for 581e602
.github/workflows/deploy-github-page.yml
@@ -70,7 +70,7 @@ jobs:
70
shell: bash -l {0}
71
run: |
72
set -e
73
- micromamba create -n xeus-lite-host jupyterlite-core
+ micromamba create -n xeus-lite-host jupyterlite-core jupyter_core==5.7.2
74
micromamba activate xeus-lite-host
75
cd build/test
76
# Fresh install browsers, and run Emscripten tests in them
0 commit comments