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