From 4cd349727d8871af5b24792d2796d1bcda3bf0f0 Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Wed, 18 Dec 2024 16:23:43 +0100 Subject: [PATCH] [cicd] add windows postgres action --- .github/workflows/conda-install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/conda-install.yml b/.github/workflows/conda-install.yml index 38214e2f..4678e769 100644 --- a/.github/workflows/conda-install.yml +++ b/.github/workflows/conda-install.yml @@ -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