Skip to content

Commit 8741e57

Browse files
committed
added rowsaffected to executeStmt
1 parent 09e7c71 commit 8741e57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- name: Install psycopg2 for non-Windows OS
4646
if: matrix.os != 'windows-latest'
4747
run: |
48-
# pip install psycopg2
49-
pip install psycopg2
48+
pip install psycopg2-binary
5049
5150
# Windows specific
5251
# whl files downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg

0 commit comments

Comments
 (0)