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 33
33
shell : bash
34
34
run : |
35
35
python -m pip install --upgrade pip
36
- # conda config --set always_yes yes --set changeps1 no
37
36
pip install onnxconverter-common
38
37
pip install onnx==${{ matrix.onnx_version }}
39
38
pip uninstall -y protobuf
Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
35
35
python -m pip install --upgrade pip
36
36
pip install onnxconverter-common
37
37
pip install onnx==${{ matrix.onnx_version }}
38
- pip uninstall -y protobuf
39
- pip install "protobuf~=3.20"
40
38
pip install h5py==3.7.0
41
39
pip install parameterized
42
40
pip install timeout-decorator
43
41
pip install coloredlogs flatbuffers
44
42
pip install tensorflow==${{ matrix.tf_version }}
45
43
pip install pytest pytest-cov pytest-runner
46
44
pip install onnxruntime==${{ matrix.ort_version }}
45
+ pip uninstall -y protobuf
46
+ pip install "protobuf~=3.20"
47
47
48
48
echo "----- List all of depdencies:"
49
49
pip freeze --all
You can’t perform that action at this time.
0 commit comments