From af5c904840026010606f52b6f92203e3312318e7 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 6 Nov 2024 10:49:19 -0700 Subject: [PATCH] CI: Fix windows environment setup with micromamba Apparently broken by micromamba 2.0.3, so fix version back to something that works. --- .github/actions/install-conda/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/install-conda/action.yml b/.github/actions/install-conda/action.yml index 8cc39ee302..b4fe61b70f 100644 --- a/.github/actions/install-conda/action.yml +++ b/.github/actions/install-conda/action.yml @@ -18,6 +18,8 @@ runs: - name: Set up Python ${{ inputs.python-version }} uses: mamba-org/setup-micromamba@v2 with: + micromamba-version: 2.0.2-2 + # Name is needed for caching environment-name: CI create-args: python=${{ inputs.python-version }} condarc: |