File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 3333 shell : bash
3434 run : |
3535 python -m pip install --upgrade pip
36- # conda config --set always_yes yes --set changeps1 no
3736 pip install onnxconverter-common
3837 pip install onnx==${{ matrix.onnx_version }}
3938 pip uninstall -y protobuf
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
3535 python -m pip install --upgrade pip
3636 pip install onnxconverter-common
3737 pip install onnx==${{ matrix.onnx_version }}
38- pip uninstall -y protobuf
39- pip install "protobuf~=3.20"
4038 pip install h5py==3.7.0
4139 pip install parameterized
4240 pip install timeout-decorator
4341 pip install coloredlogs flatbuffers
4442 pip install tensorflow==${{ matrix.tf_version }}
4543 pip install pytest pytest-cov pytest-runner
4644 pip install onnxruntime==${{ matrix.ort_version }}
45+ pip uninstall -y protobuf
46+ pip install "protobuf~=3.20"
4747
4848 echo "----- List all of depdencies:"
4949 pip freeze --all
You can’t perform that action at this time.
0 commit comments