Skip to content

Commit 4622fc4

Browse files
committed
[CI] Pin protobuf to 3.* (protocolbuffers/protobuf#10051)
1 parent 3463771 commit 4622fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
pip install --upgrade pip
4141
pip install -f https://download.pytorch.org/whl/torch_stable.html \
42-
pytest-mock pytest-cov scikit-learn==1.0.2 ${{ matrix.ml-deps }}
42+
pytest-mock pytest-cov scikit-learn==1.0.2 protobuf==3.* ${{ matrix.ml-deps }}
4343
pip install -e .[cloud]
4444
4545
- name: Run mypy

0 commit comments

Comments
 (0)