From 42cec765c2318f65b36188c74e08ab5b2bc520b9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 20 Jun 2021 10:56:20 +0200 Subject: [PATCH] Fix CI issue for postgres with django 2.2. --- .github/workflows/github_action_test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index bcc65fb47d..6f1450501b 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -64,7 +64,7 @@ jobs: run: | python -m pip install --upgrade pip pip install wheel - pip install psycopg2-binary + pip install psycopg2-binary>=2.8,<2.9 # fix issue for Django 2.2 pip install mysqlclient pip install coveralls pip install codacy-coverage