From d00bfa63581b5f389e2708ecba450625b417510f Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Thu, 3 Oct 2024 20:48:26 +0200 Subject: [PATCH 1/2] Revert "Pin micromamba version as workaround for micromamba bug" This reverts commit 96b9cec8f8713c89b4bf5624454bc37cf0dea9d6. --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80e1760c..654560ad 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,7 @@ concurrency: cancel-in-progress: true env: - # # Temporarily pin the version due to - # # - # MICROMAMBA_VERSION: 'latest' - MICROMAMBA_VERSION: '1.5.10-0' + MICROMAMBA_VERSION: 'latest' jobs: test: From c644e937a99c12130d8f1bebbca7af46595c5216 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Thu, 3 Oct 2024 20:49:00 +0200 Subject: [PATCH 2/2] Revert "Pin micromamba version in integration test" This reverts commit 440fbb12361cdf946e3037380798ada68660d8aa. --- .github/workflows/integration-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index daa71ee5..b4795545 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -80,10 +80,7 @@ jobs: - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@v2 with: - # # Temporarily pin the version due to - # # - # micromamba-version: ${{ env.MICROMAMBA_VERSION }} - micromamba-version: 1.5.10-0 + micromamba-version: ${{ env.MICROMAMBA_VERSION }} init-shell: bash - name: Download lockfiles uses: actions/download-artifact@v4