浏览代码

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

Pin protobuf==3.20.1

Resolve protobuf 4 issues.
modifyDataloader
Glenn Jocher GitHub 2 年前
父节点
当前提交
07e84370ac
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      .github/workflows/ci-testing.yml

+ 2
- 2
.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

正在加载...
取消
保存