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 6e1f141 commit 4e11173Copy full SHA for 4e11173
.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 jupyter_server
+ micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server
74
micromamba activate xeus-lite-host
75
cd build/test
76
# Fresh install browsers, and run Emscripten tests in them
@@ -141,7 +141,7 @@ jobs:
141
142
143
144
- python -m pip install jupyterlite-xeus
+ python -m pip install jupyterlite-xeus=4.0.0rc0
145
jupyter lite build \
146
--XeusAddon.prefix=${{ env.PREFIX }} \
147
--contents README.md \
0 commit comments