There was an error while loading. Please reload this page.
1 parent eb8898c commit e8a7936Copy full SHA for e8a7936
.github/workflows/maven_test.yml
@@ -178,7 +178,7 @@ jobs:
178
- name: Install Python packages (Python 3.11)
179
if: (contains(matrix.modules, 'sql#core')) || contains(matrix.modules, 'connect')
180
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'
+ 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'
182
python3.11 -m pip list
183
# Run the tests.
184
- name: Run tests
0 commit comments