Skip to content

Commit f525173

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: matrix.os != 'windows-latest'
4747
run: |
4848
# pip install psycopg2
49-
pip install "psycopg[binary]"
49+
pip install "psycopg2[binary]"
5050
5151
# Windows specific
5252
# whl files downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
@@ -67,7 +67,7 @@ jobs:
6767
6868
# # Install the wheel
6969
# pip install ./tests/whls/$wheelFilename
70-
pip install "psycopg[binary]"
70+
pip install "psycopg2[binary]"
7171
shell: powershell
7272
# End Windows specific
7373

0 commit comments

Comments
 (0)