From 1b8462c66c7fb7e90b26d9a4b9b2f4da1cba5324 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 25 Oct 2024 16:30:33 +0200 Subject: [PATCH] Unpin jupyterlite-xeus in lite build (#541) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b81bf946..e5305193 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -219,8 +219,8 @@ jobs: create-args: >- python=3.10 pip - jupyterlite-core>=0.2.0,<0.3.0 - jupyterlite-xeus>=0.1.2,<0.2 + jupyterlite-core + jupyterlite-xeus - name: Download extension package uses: actions/download-artifact@v3