Skip to content

Commit 0ed7283

Browse files
committed
test: add pool package to django tests
It seems needed in the current main branch.
1 parent d4373cc commit 0ed7283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/3rd-party-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
python-version: "3.8"
141141

142142
env:
143-
DEPS: ./psycopg
143+
DEPS: ./psycopg ./psycopg_pool
144144

145145
services:
146146
postgresql:

0 commit comments

Comments
 (0)