From a39276c6b4033f32eedead013af8c0a620f40874 Mon Sep 17 00:00:00 2001 From: Kenn Cartier Date: Thu, 12 Sep 2024 14:13:56 -0700 Subject: [PATCH] specify bash --- .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 21f72c3..cd3704f 100644 --- a/.github/workflows/dev_ci_cd_conda.yml +++ b/.github/workflows/dev_ci_cd_conda.yml @@ -24,7 +24,7 @@ jobs: run: | sudo apt update sudo apt install -y gdal-bin libgdal-dev - - name: Install Packages + - name: Install Packages in environment.yml file run: | conda env update --file=.github/environment.yml --name base - name: Install other packages @@ -33,6 +33,7 @@ jobs: conda upgrade numpy --yes conda install pytest --yes - name: Run Tests + shell: bash -l {0} env: GOOGLE_APPLICATION_USER: ${{ secrets.GOOGLE_APPLICATION_USER }} GOOGLE_APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}