From 2214b07b8c215b21fff3c23e049ef3d4389dd5e6 Mon Sep 17 00:00:00 2001 From: George Sakkis Date: Thu, 26 May 2022 14:57:31 +0300 Subject: [PATCH] Pin protobuf to 3.* (https://github.com/protocolbuffers/protobuf/issues/10051) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89bec173..45373649 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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