Skip to content

Commit 6e9c1db

Browse files
committed
added rowsaffected to executeStmt
1 parent 0763f5d commit 6e9c1db

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- "3.10"
2020
- "3.11"
2121
- "3.12"
22-
# - "3.13"
22+
- "3.13"
2323
exclude:
2424
# - os: windows-latest
2525
# python-version: "3.13"
@@ -52,24 +52,9 @@ jobs:
5252
pip install psycopg2-binary
5353
5454
# Windows specific
55-
# whl files downloaded from https://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
56-
- name: Install psycopg2-binary for Windows using local wheel
55+
- name: Install psycopg2-binary for Windows
5756
if: matrix.os == 'windows-latest'
5857
run: |
59-
# # Determine the wheel filename based on the Python version
60-
# $wheelFilename = switch ("${{ matrix.python-version }}") {
61-
# "3.7" { "psycopg2-2.9.3-cp37-cp37m-win_amd64.whl" }
62-
# "3.8" { "psycopg2-2.9.3-cp38-cp38-win_amd64.whl" }
63-
# "3.9" { "psycopg2-2.9.3-cp39-cp39-win_amd64.whl" }
64-
# "3.10" { "psycopg2-2.9.3-cp310-cp310-win_amd64.whl" }
65-
# "3.11" { "psycopg2-2.9.3-cp311-cp311-win_amd64.whl" }
66-
# }
67-
68-
# # Print the wheel filename for debugging
69-
# Write-Host "Determined wheel filename: $wheelFilename"
70-
71-
# # Install the wheel
72-
# pip install ./tests/whls/$wheelFilename
7358
pip install psycopg2-binary
7459
shell: powershell
7560
# End Windows specific

0 commit comments

Comments
 (0)