From 1371b778c09a9f236b0a9648cb98343423ddb0f4 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 13:54:36 -0700 Subject: [PATCH] other --- .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 143a8c0..99f5cad 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 env update --file=.github/environment.yml --name base --yes + conda env update --file=.github/environment.yml --name base - name: Install GDAL run: | conda install gdal --yes