diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 5cdfcc9d..5ec6ddf3 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