Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Jul 11, 2024
1 parent dbfaee5 commit 93da068
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
psql -h localhost -U geouser -d refgeo -tc 'CREATE EXTENSION "hstore";'
psql -h localhost -U geouser -d refgeo -tc 'CREATE EXTENSION "uuid-ossp";'
psql -h localhost -U geouser -d refgeo -tc 'CREATE EXTENSION "pg_trgm";'
psql -h localhost -U geouser -d refgeo -tc 'CREATE EXTENSION "unaccent";
psql -h localhost -U geouser -d refgeo -tc 'CREATE EXTENSION "postgis";
psql -h localhost -U geouser -d refgeo -tc 'CREATE EXTENSION "unaccent";'
psql -h localhost -U geouser -d refgeo -tc 'CREATE EXTENSION "postgis";'
env:
PGPASSWORD: geopasswd
- uses: actions/checkout@v3
Expand Down

0 comments on commit 93da068

Please sign in to comment.