From c7ef0754c9dd143d0708d661c21de8c967de0915 Mon Sep 17 00:00:00 2001 From: mauzey1 Date: Tue, 18 Jun 2024 16:07:39 -0700 Subject: [PATCH] Activate conda base environment --- .github/workflows/github-actions-demo.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 1e9536ca..8b606f47 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -38,6 +38,10 @@ jobs: - name: Conda Rerender run: | + source $PROJECT_DIR/miniconda/etc/profile.d/conda.sh + conda activate base + conda config --set anaconda_upload no + git clone -b main https://github.com/conda-forge/cmor-feedstock $PROJECT_DIR/cmor-feedstock export SRC_META_YAML=`pwd`/$PROJECT_DIR/cmor-feedstock/recipe/meta.yaml.SRC export DST_META_YAML=`pwd`/$PROJECT_DIR/cmor-feedstock/recipe/meta.yaml