Skip to content

Commit

Permalink
[cicd] add windows postgres action
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent f20f40d commit 4cd3497
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
python-version: '3.10'
environment-file: environment-dev.yml
auto-activate-base: false
- uses: ireznik/postgis-action@v12
with:
postgresql version: '16'
postgresql password: 'Password12!'
postgresql user: 'postgres'
- name: Install ESA SNAP
run: |
curl -O https://download.esa.int/step/snap/10_0/installers/esa-snap_sentinel_windows-10.0.0.exe
Expand Down

0 comments on commit 4cd3497

Please sign in to comment.