Skip to content

Commit

Permalink
[cicd] use different action of postgres on win
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 4d0ba77 commit f4fc204
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ 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'
- uses: nyurik/action-setup-postgis@v2
- 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 All @@ -88,4 +84,4 @@ jobs:
pytest
env:
PGUSER: postgres
PGPASSWORD: Password12!
PGPASSWORD: postgres

0 comments on commit f4fc204

Please sign in to comment.