From 0ed7283793c5b8b65c78ad2c2e43d1850c20fd84 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 31 Mar 2024 22:22:07 +0000 Subject: [PATCH] test: add pool package to django tests It seems needed in the current main branch. --- .github/workflows/3rd-party-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/3rd-party-tests.yml b/.github/workflows/3rd-party-tests.yml index 26c9f270c..1a5fa794e 100644 --- a/.github/workflows/3rd-party-tests.yml +++ b/.github/workflows/3rd-party-tests.yml @@ -140,7 +140,7 @@ jobs: python-version: "3.8" env: - DEPS: ./psycopg + DEPS: ./psycopg ./psycopg_pool services: postgresql: -- 2.47.3