From d32bcf0e32e6bdb558c6df595ed474dcaa5dcb01 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:21:41 -0600 Subject: [PATCH] update conda setup config to minimize warnings --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bde03571a..6cff62aea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,9 @@ jobs: with: environment-file: environment.yml activate-environment: esds-blog - auto-activate-base: false + miniforge-version: latest + channels: conda-forge + conda-remove-defaults: "true" # Build the website - name: Build the site run: |