Skip to content

Commit

Permalink
fixed gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-the-shark committed Mar 18, 2024
1 parent 735f4d7 commit 1438fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testapp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
# https://docs.djangoproject.com/en/2.2/ref/settings/#databases
POSTGIS_VERSION = (2, 4, 0)

GDAL_LIBRARY_PATH = '/Applications/Postgres.app/Contents/Versions/14/lib/libgdal.dylib'
GEOS_LIBRARY_PATH = '/Applications/Postgres.app/Contents/Versions/14/lib/libgeos_c.dylib'
# GDAL_LIBRARY_PATH = '/Applications/Postgres.app/Contents/Versions/14/lib/libgdal.dylib'
# GEOS_LIBRARY_PATH = '/Applications/Postgres.app/Contents/Versions/14/lib/libgeos_c.dylib'

DATABASES = {
'default': {
Expand Down

0 comments on commit 1438fa0

Please sign in to comment.