From 7130f272fe71644a46b03933e16a25209d914765 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 15:53:29 -0700 Subject: [PATCH] added conda init --- .github/workflows/dev_ci_cd_conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index 2c015f9..3ad85eb 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -32,6 +32,7 @@ jobs: $CONDA/bin/conda install gdal --yes $CONDA/bin/conda upgrade numpy --yes $CONDA/bin/conda install pytest --yes + $CONDA/bin/conda init $CONDA/bin/conda activate cities-cif - name: Run Tests shell: bash -l {0}