Skip to content

Commit 4e11173

Browse files
Update to JupyterLite 0.6 (#325)
Getting a build with JupyterLite 0.6 to enable std::cin.
1 parent 6e1f141 commit 4e11173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 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_server
73+
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server
7474
micromamba activate xeus-lite-host
7575
cd build/test
7676
# Fresh install browsers, and run Emscripten tests in them
@@ -141,7 +141,7 @@ jobs:
141141
shell: bash -l {0}
142142
run: |
143143
micromamba activate xeus-lite-host
144-
python -m pip install jupyterlite-xeus
144+
python -m pip install jupyterlite-xeus=4.0.0rc0
145145
jupyter lite build \
146146
--XeusAddon.prefix=${{ env.PREFIX }} \
147147
--contents README.md \

0 commit comments

Comments
 (0)