Skip to content

Commit f142dc4

Browse files
committed
added rowsaffected to executeStmt
1 parent 62a2f88 commit f142dc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

39+
- name: Upgrade pip
40+
if: matrix.os != 'macos-latest'
41+
run: python -m pip install --upgrade pip
42+
3943
- name: Install dependencies from requirements.txt
4044
shell: bash
4145
run: |

0 commit comments

Comments
 (0)