Skip to content

Commit

Permalink
[CI] Pin protobuf to 3.* (protocolbuffers/protobuf#10051)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsakkis committed May 26, 2022
1 parent 3463771 commit 4622fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
pip install --upgrade pip
pip install -f https://download.pytorch.org/whl/torch_stable.html \
pytest-mock pytest-cov scikit-learn==1.0.2 ${{ matrix.ml-deps }}
pytest-mock pytest-cov scikit-learn==1.0.2 protobuf==3.* ${{ matrix.ml-deps }}
pip install -e .[cloud]
- name: Run mypy
Expand Down

0 comments on commit 4622fc4

Please sign in to comment.