From 646a6ff4b29a46b0966fb8e961f0dcdc6176c7ea Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 15:46:54 -0700 Subject: [PATCH] changed to cities-cif env --- .github/workflows/dev_ci_cd_conda.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev_ci_cd_conda.yml b/.github/workflows/dev_ci_cd_conda.yml index 31beaac..2c015f9 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -26,12 +26,13 @@ jobs: sudo apt install -y gdal-bin libgdal-dev - name: Install Packages in environment.yml file run: | - $CONDA/bin/conda env update --file=.github/environment.yml --name base + $CONDA/bin/conda env update --file=.github/environment.yml - name: Install other packages run: | $CONDA/bin/conda install gdal --yes $CONDA/bin/conda upgrade numpy --yes $CONDA/bin/conda install pytest --yes + $CONDA/bin/conda activate cities-cif - name: Run Tests shell: bash -l {0} env: