From 0621965fc12071236c7ea46eb71ad8d95ac871fa Mon Sep 17 00:00:00 2001 From: David Hoese Date: Wed, 2 Oct 2024 10:34:52 -0500 Subject: [PATCH] Switch to setup-miniconda miniforge in CI --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0a42316..11cb96d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,12 +21,12 @@ jobs: uses: actions/checkout@v4 - name: Setup Conda Environment - uses: mamba-org/setup-micromamba@v1 + uses: conda-incubator/setup-miniconda@v3 with: -# python-version: ${{ matrix.python-version }} environment-file: continuous_integration/environment.yaml - cache-environment: true - init-shell: bash powershell + miniforge-version: latest + channels: conda-forge + channel-priority: strict - name: Install Donfig shell: bash -l {0}