From c50abb3e46253bdace4ed3e3c5588e783c5fe343 Mon Sep 17 00:00:00 2001
From: "Laura, Jason R" <jlaura@usgs.gov>
Date: Fri, 1 Mar 2024 08:14:12 -0700
Subject: [PATCH] Updates to use different CI variables for conda/mamba.

---
 .github/workflows/ci.yml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ba49f4f..02573ee 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,12 +25,14 @@ jobs:
       - name: Setup ENV
         uses: conda-incubator/setup-miniconda@3b0f2504dd76ef23b6d31f291f4913fb60ab5ff3
         with:
-          miniconda-version: "latest"
-          activate-environment: knoten
-          environment-file: environment.yml
-          auto-activate-base: false
-          auto-update-conda: true
-          python-version: ${{ matrix.python-version }}
+          miniforge-version: latest  
+          use-mamba: true  
+          channels: conda-forge  
+          activate-environment: ale  
+          environment-file: environment.yml  
+          auto-activate-base: false  
+          auto-update-conda: true  
+          python-version: ${{ matrix.python-version }} 
       - name: Check build environment
         run: |
           conda list
-- 
GitLab