glenn-jocher commited on
Commit
07e8437
·
unverified ·
1 Parent(s): bf1a6dd

Pin CI `protobuf==3.20.1` (#8015)

Browse files

Pin protobuf==3.20.1

Resolve protobuf 4 issues.

Files changed (1) hide show
  1. .github/workflows/ci-testing.yml +2 -2
.github/workflows/ci-testing.yml CHANGED
@@ -33,7 +33,7 @@ jobs:
33
  - name: Install requirements
34
  run: |
35
  python -m pip install --upgrade pip
36
- pip install -r requirements.txt coremltools openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
37
  python --version
38
  pip --version
39
  pip list
@@ -78,7 +78,7 @@ jobs:
78
  - name: Install requirements
79
  run: |
80
  python -m pip install --upgrade pip
81
- pip install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/cpu
82
  python --version
83
  pip --version
84
  pip list
 
33
  - name: Install requirements
34
  run: |
35
  python -m pip install --upgrade pip
36
+ pip install -r requirements.txt protobuf==3.20.1 coremltools openvino-dev tensorflow-cpu --extra-index-url https://download.pytorch.org/whl/cpu
37
  python --version
38
  pip --version
39
  pip list
 
78
  - name: Install requirements
79
  run: |
80
  python -m pip install --upgrade pip
81
+ pip install -r requirements.txt protobuf==3.20.1 --extra-index-url https://download.pytorch.org/whl/cpu
82
  python --version
83
  pip --version
84
  pip list