Skip to content

Commit 0763f5d

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

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
@@ -37,7 +37,7 @@ jobs:
3737
python-version: ${{ matrix.python-version }}
3838

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

4343
- name: Install dependencies from requirements.txt

0 commit comments

Comments
 (0)