Skip to content

Commit

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

0 comments on commit c65242f

Please sign in to comment.