Skip to content

Commit

Permalink
specify bash
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent cf5d981 commit a39276c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit a39276c

Please sign in to comment.