From c65242f56ce72ed6108954325271346d24a6a746 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 11:58:10 -0700 Subject: [PATCH] changed conda update --- .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 36b9973..f66ac9a 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -26,7 +26,7 @@ jobs: sudo apt install -y gdal-bin libgdal-dev - name: Install Packages run: | - conda update -n base conda + conda update conda conda create -f .github/environment.yml conda install gdal conda upgrade numpy