Skip to content

Commit e8a7936

Browse files
committed
Upgrade protobuf to 5.28.2 in maven_test, too
1 parent eb8898c commit e8a7936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
- name: Install Python packages (Python 3.11)
179179
if: (contains(matrix.modules, 'sql#core')) || contains(matrix.modules, 'connect')
180180
run: |
181-
python3.11 -m pip install 'numpy>=1.20.0' pyarrow pandas scipy unittest-xml-reporting 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==4.25.1'
181+
python3.11 -m pip install 'numpy>=1.20.0' pyarrow pandas scipy unittest-xml-reporting 'grpcio==1.67.0' 'grpcio-status==1.67.0' 'protobuf==5.28.2'
182182
python3.11 -m pip list
183183
# Run the tests.
184184
- name: Run tests

0 commit comments

Comments
 (0)