From d809b104456dcb533aac3c2c4289a326c6d6e334 Mon Sep 17 00:00:00 2001 From: Sylvain Corlay Date: Mon, 2 Jun 2025 23:55:02 +0200 Subject: [PATCH] Update to JupyterLite 0.6 --- .github/workflows/deploy-github-page.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-github-page.yml b/.github/workflows/deploy-github-page.yml index a8ce22e3..5c31f9d5 100644 --- a/.github/workflows/deploy-github-page.yml +++ b/.github/workflows/deploy-github-page.yml @@ -70,7 +70,7 @@ jobs: shell: bash -l {0} run: | set -e - micromamba create -n xeus-lite-host jupyterlite-core jupyter_server + micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server micromamba activate xeus-lite-host cd build/test # Fresh install browsers, and run Emscripten tests in them @@ -141,7 +141,7 @@ jobs: shell: bash -l {0} run: | micromamba activate xeus-lite-host - python -m pip install jupyterlite-xeus + python -m pip install jupyterlite-xeus=4.0.0rc0 jupyter lite build \ --XeusAddon.prefix=${{ env.PREFIX }} \ --contents README.md \