Skip to content

Commit

Permalink
[cicd] windows: remove postgres service
Browse files Browse the repository at this point in the history
  • Loading branch information
johntruckenbrodt committed Dec 18, 2024
1 parent 4cd3497 commit 4d0ba77
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/conda-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ jobs:
defaults:
run:
shell: cmd /C CALL {0}
services:
postgres:
image: postgis/postgis:16-3.4
env:
POSTGRES_PASSWORD: Password12!
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit 4d0ba77

Please sign in to comment.