Skip to content

Commit

Permalink
freeze ruamel_yaml version for CI test (#1351)
Browse files Browse the repository at this point in the history
Signed-off-by: chensuyue <[email protected]>
  • Loading branch information
chensuyue authored Oct 26, 2023
1 parent fe16829 commit d8a035a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/scripts/models/env_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if [[ "${inc_new_api}" == "false" ]]; then
fi

cd ${model_src_dir}
pip install ruamel_yaml
pip install ruamel.yaml==0.17.40
pip install psutil
pip install protobuf==4.23.4
if [[ "${framework}" == "tensorflow" ]]; then
Expand Down

0 comments on commit d8a035a

Please sign in to comment.