Skip to content

Commit

Permalink
One more drop
Browse files Browse the repository at this point in the history
  • Loading branch information
amureki committed Oct 16, 2022
1 parent ee51be1 commit 0d03325
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y gdal-bin
psql -c "CREATE ROLE runner SUPERUSER LOGIN CREATEDB;" -U postgres -h localhost -p 5432
psql template1 -c "CREATE EXTENSION citext;" -U postgres -h localhost -p 5432
psql template1 -c "CREATE EXTENSION hstore;" -U postgres -h localhost -p 5432
psql template1 -c "CREATE EXTENSION postgis;" -U postgres -h localhost -p 5432
Expand Down

0 comments on commit 0d03325

Please sign in to comment.