Skip to content

Commit 428c79d

Browse files
committed
Settle down protobuf version.
Signed-off-by: Jay Zhang <jiz@microsoft.com>
1 parent 9ad022d commit 428c79d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/keras_application_test_core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
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

.github/workflows/keras_unit_test_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)