Skip to content

Commit 972aa14

Browse files
committed
It's postgresql not postgres ding dong.
1 parent 388fb3f commit 972aa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
max-parallel: 5
8383
matrix:
8484
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
85-
database: [postgres, postgis]
85+
database: [postgresql, postgis]
8686

8787
services:
8888
postgres:

0 commit comments

Comments
 (0)