Skip to content

Commit 02a9646

Browse files
committed
added rowsaffected to executeStmt
1 parent f142dc4 commit 02a9646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Upgrade pip
4040
if: matrix.os != 'macos-latest'
41-
run: python -m pip install --upgrade pip
41+
run: python${{ matrix.python-version }} -m pip install --upgrade pip
4242

4343
- name: Install dependencies from requirements.txt
4444
shell: bash

0 commit comments

Comments
 (0)