Skip to content

Commit

Permalink
update protobuf version in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Deyu Huang <deyhuang@microsoft.com>
  • Loading branch information
hwangdeyu committed May 26, 2022
1 parent aaab800 commit ba467ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ steps:
python -m pip install --upgrade pip
conda config --set always_yes yes --set changeps1 no
pip install $(ONNX_PATH)
pip uninstall -y protobuf
pip install protobuf==3.20.1
pip install h5py==2.9.0
pip install parameterized
$(INSTALL_TENSORFLOW)
Expand Down Expand Up @@ -81,7 +83,7 @@ steps:
echo Test numpy installation... && python -c "import numpy"
pip install %ONNX_PATH%
pip uninstall -y protobuf
pip install protobuf
pip install protobuf==3.20.1
pip install h5py==2.9.0
pip install parameterized
%INSTALL_TENSORFLOW%
Expand Down
4 changes: 3 additions & 1 deletion ci_build/azure_pipelines/templates/keras2onnx_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ steps:
python -m pip install --upgrade pip
conda config --set always_yes yes --set changeps1 no
pip install $(ONNX_PATH)
pip uninstall -y protobuf
pip install protobuf==3.20.1
pip install h5py==2.9.0
pip install parameterized
pip install $(TENSORFLOW_PATH)
Expand Down Expand Up @@ -71,7 +73,7 @@ steps:
echo Test numpy installation... && python -c "import numpy"
pip install %ONNX_PATH%
pip uninstall -y protobuf
pip install protobuf
pip install protobuf==3.20.1
pip install h5py==2.9.0
pip install parameterized
pip install %TENSORFLOW_PATH%
Expand Down

0 comments on commit ba467ed

Please sign in to comment.