From d0e287175b8c6bdbcf9acbdeeabb7bcb904e7bf9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 16 Nov 2022 21:58:44 +0100 Subject: [PATCH] Test removing psycopg2 install from CS build --- .github/workflows/github_action_test_suite.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index b0ea87e455..3075d0ba36 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -104,7 +104,6 @@ jobs: run: | python -m pip install --upgrade pip pip install wheel - pip install psycopg2-binary==2.8.6 # fix issue for Django 2.2 pip install mysqlclient pip install coveralls pip install tblib