From a93bbb5d6020e31b585bac7f404653406e856e0e Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Thu, 17 Jun 2021 14:13:35 +0100 Subject: [PATCH] CI: pin psycopg2 in Linux_py37_cov on 1.2.x --- ci/deps/actions-37-cov.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/actions-37-cov.yaml b/ci/deps/actions-37-cov.yaml index fd4c05802ccd3..5d9ba70e37307 100644 --- a/ci/deps/actions-37-cov.yaml +++ b/ci/deps/actions-37-cov.yaml @@ -30,7 +30,7 @@ dependencies: - openpyxl - pandas-gbq - google-cloud-bigquery>=1.27.2 # GH 36436 - - psycopg2 + - psycopg2=2.8.6 - pyarrow>=0.15.0 - pymysql<0.10.0 # temporary pin, GH 36465 - pytables