From 8741e573e745dba454ec55deb2a0ad49b7f2763c Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Mon, 6 May 2024 12:25:18 +1000 Subject: [PATCH] added rowsaffected to executeStmt --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3341525..77815e5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -45,8 +45,7 @@ jobs: - name: Install psycopg2 for non-Windows OS if: matrix.os != 'windows-latest' run: | - # pip install psycopg2 - pip install psycopg2 + pip install psycopg2-binary # Windows specific # whl files downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg