Skip to content

Commit

Permalink
Pin CI protobuf==3.20.1 (#8015)
Browse files Browse the repository at this point in the history
Pin protobuf==3.20.1

Resolve protobuf 4 issues.
  • Loading branch information
glenn-jocher committed May 28, 2022
1 parent bf1a6dd commit 07e8437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 07e8437

Please sign in to comment.