From 07e84370acfb49ffdd590d60fe418abf4e0508af Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 28 May 2022 10:53:44 +0200 Subject: [PATCH] Pin CI `protobuf==3.20.1` (#8015) Pin protobuf==3.20.1 Resolve protobuf 4 issues. --- .github/workflows/ci-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-testing.yml b/.github/workflows/ci-testing.yml index 5c032e205c1a..991eca35f96c 100644 --- a/.github/workflows/ci-testing.yml +++ b/.github/workflows/ci-testing.yml @@ -33,7 +33,7 @@ jobs: - name: Install requirements run: | python -m pip install --upgrade pip - pip install -r requirements.txt coremltools openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu + pip install -r requirements.txt protobuf==3.20.1 coremltools openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu python --version pip --version pip list @@ -78,7 +78,7 @@ jobs: - name: Install requirements run: | python -m pip install --upgrade pip - pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu + pip install -r requirements.txt protobuf==3.20.1 --extra-index-url https://download.pytorch.org/whl/cpu python --version pip --version pip list