From 0c1d0b172bccfc9037a1006b97ac3699675af303 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 20 Jun 2021 11:08:52 +0200 Subject: [PATCH] Another CI fix --- .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 6f1450501b..9bd8674744 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>=2.8,<2.9 # fix issue for Django 2.2 + pip install psycopg2-binary==2.8.6 # fix issue for Django 2.2 pip install mysqlclient pip install coveralls pip install codacy-coverage