From d4ef742cf57436fbcfc814e2fb534b76a828d837 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Thu, 3 Oct 2024 20:49:00 +0200 Subject: [PATCH] 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 5cdfcc9df..5ec6ddf34 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