From 2f0833ad9c0c8ee2a017c8fd5f067a6ad2bb7ffb Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 1 May 2021 12:24:43 -0800 Subject: [PATCH] add driver --- .github/workflows/test-all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index 73a58a6f0..f30a8031c 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -71,4 +71,5 @@ jobs: env: DB_ENGINE: postgres run: | + pip install --no-cache-dir "psycopg2-binary==2.8.6" make test-all