Skip to content

Commit 388fb3f

Browse files
committed
Odd tox-gh-actions didn't recognize the DB_BACKEND environment variable.
1 parent ecfa850 commit 388fb3f

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: [postgres, postgis]
8686

8787
services:
8888
postgres:

0 commit comments

Comments
 (0)