Skip to content

Commit

Permalink
added rowsaffected to executeStmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed May 6, 2024
1 parent 09e7c71 commit 8741e57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8741e57

Please # to comment.