From d2833d05225e38aff7f8d0727aac312d262cd16f Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Mon, 19 May 2025 08:50:37 +0100 Subject: [PATCH] Install micromamba 2.0.5 in update-snapshots gha --- .github/workflows/update-integration-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update-integration-tests.yml b/.github/workflows/update-integration-tests.yml index 2a3c058e..aef3af12 100644 --- a/.github/workflows/update-integration-tests.yml +++ b/.github/workflows/update-integration-tests.yml @@ -38,6 +38,12 @@ jobs: - name: Base Setup uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1 + - name: Install micromamba + uses: mamba-org/setup-micromamba@v2 + with: + environment-name: xeus-lite-dev + micromamba-version: '2.0.5-0' + - name: Install dependencies run: python -m pip install -U "jupyterlab>=4.4.0.b0,<5" jupyterlite-core