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 a7435b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,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
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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 a7435b1

Please sign in to comment.