Skip to content

Commit

Permalink
Upgrade protobuf to 5.28.2 in maven_test, too
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Oct 23, 2024
1 parent eb8898c commit e8a7936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
- name: Install Python packages (Python 3.11)
if: (contains(matrix.modules, 'sql#core')) || contains(matrix.modules, 'connect')
run: |
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'
python3.11 -m pip list
# Run the tests.
- name: Run tests
Expand Down

0 comments on commit e8a7936

Please sign in to comment.