Skip to content

Commit 9beaad2

Browse files
committed
added rowsaffected to executeStmt
1 parent 32405cb commit 9beaad2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

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

0 commit comments

Comments
 (0)