diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 57c2a1f8..47640309 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -80,7 +80,10 @@ jobs: - name: Install Conda environment with Micromamba uses: mamba-org/setup-micromamba@v1 with: - micromamba-version: ${{ env.MICROMAMBA_VERSION }} + # # Temporarily pin the version due to + # # + # micromamba-version: ${{ env.MICROMAMBA_VERSION }} + micromamba-version: 1.5.10-0 init-shell: bash - name: Download lockfiles uses: actions/download-artifact@v4