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