Browse Source

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

Pin protobuf==3.20.1

Resolve protobuf 4 issues.
modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
07e84370ac
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/ci-testing.yml

+ 2
- 2
.github/workflows/ci-testing.yml View File

@@ -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

Loading…
Cancel
Save