Skip to content

Commit

Permalink
adding yes clauses
Browse files Browse the repository at this point in the history
  • Loading branch information
kcartier-wri committed Sep 12, 2024
1 parent 99c62ab commit 0c5c888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev_ci_cd_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
sudo apt install -y gdal-bin libgdal-dev
- name: Install Packages
run: |
conda env create --name env --file=.github/environment.yml
conda install gdal
conda upgrade numpy
conda env create --name env --file=.github/environment.yml --yes
conda install gdal --yes
conda upgrade numpy --yes
source ~/.bashrc
conda init -q
conda activate env
Expand Down

0 comments on commit 0c5c888

Please sign in to comment.