Skip to content

Commit 9de82fb

Browse files
Testing
1 parent 9649998 commit 9de82fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-python-tests-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION pgagent;'
115115
psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION pldbgapi;'
116-
psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION postgis;'
116+
#psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION postgis;'
117117
118118
- name: Start PostgreSQL on macOS
119119
if: ${{ matrix.os == 'macos-latest' }}

0 commit comments

Comments
 (0)