From f3a32a1c7fe266a3a3379664b9110dfed2ab82f1 Mon Sep 17 00:00:00 2001 From: Nicolas Brichet Date: Tue, 28 Jan 2025 14:27:02 +0100 Subject: [PATCH] Update the jupyterlite-core package in deployment to allow dynamic settings --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2feb521..cb81c41 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,8 @@ jobs: python-version: '3.11' - name: Install the dependencies run: | - python -m pip install jupyterlite-core jupyterlite-pyodide-kernel + python -m pip install jupyterlite-core --pre + python -m pip install jupyterlite-pyodide-kernel # install a dev version of the extension python -m pip install .