From 8efab9acd4cdef957ec538b81b6d147d3f441775 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 13:20:07 -0700 Subject: [PATCH] conda init all --- .github/workflows/dev_ci_cd_conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index dbc17bd..6d70f8f 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -30,7 +30,7 @@ jobs: conda install gdal --yes conda upgrade numpy --yes source ~/.bashrc - conda init -q + conda init --all --quiet conda activate env - name: Run Tests env: