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 32405cb commit 9beaad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Install psycopg2 for non-Windows OS
if: matrix.os != 'windows-latest'
run: |
pip install psycopg2
# pip install psycopg2
pip install "psycopg[binary]"
# Windows specific
# whl files downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
Expand Down

0 comments on commit 9beaad2

Please sign in to comment.