From 9ab0e48e9e2bc698ebb9ec5f50808b22a9f5ddff Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 20 Jan 2025 15:29:00 +0100 Subject: [PATCH 1/2] Bot: Update Python --- .github/workflows/update_galata_references.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index e229ee3dd..a7a10d84e 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -83,7 +83,7 @@ jobs: with: environment-name: gis create-args: >- - python=3.9 + python=3.10 jupyterlab=4 - name: Install the extension From 16427674b4ca92aaa4cde1ab0e2cfdd26f64b7dc Mon Sep 17 00:00:00 2001 From: martinRenou Date: Mon, 20 Jan 2025 16:13:59 +0100 Subject: [PATCH 2/2] Bot: Missing collaboration package --- .github/workflows/update_galata_references.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_galata_references.yaml b/.github/workflows/update_galata_references.yaml index a7a10d84e..3a65c1e70 100644 --- a/.github/workflows/update_galata_references.yaml +++ b/.github/workflows/update_galata_references.yaml @@ -85,6 +85,7 @@ jobs: create-args: >- python=3.10 jupyterlab=4 + jupyter-collaboration - name: Install the extension shell: bash -l {0}