We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3463771 commit 4622fc4Copy full SHA for 4622fc4
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
pip install --upgrade pip
41
pip install -f https://download.pytorch.org/whl/torch_stable.html \
42
- 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 }}
43
pip install -e .[cloud]
44
45
- name: Run mypy
0 commit comments