We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9649998 commit 9de82fbCopy full SHA for 9de82fb
.github/workflows/run-python-tests-pg.yml
@@ -113,7 +113,7 @@ jobs:
113
114
psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION pgagent;'
115
psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION pldbgapi;'
116
- psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION postgis;'
+ #psql -U postgres -p 59${{ matrix.pgver }} -c 'CREATE EXTENSION postgis;'
117
118
- name: Start PostgreSQL on macOS
119
if: ${{ matrix.os == 'macos-latest' }}
0 commit comments