From 06062f1a694e76786c929ab6ecb2734febe69902 Mon Sep 17 00:00:00 2001 From: Wenbing Li Date: Thu, 2 Apr 2020 19:32:38 -0700 Subject: [PATCH] update the nightly build. --- .azure-pipelines/linux-CI-keras-applications-nightly.yml | 2 +- .azure-pipelines/win32-CI-keras-applications-nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/linux-CI-keras-applications-nightly.yml b/.azure-pipelines/linux-CI-keras-applications-nightly.yml index 492bdd0c..c840159e 100644 --- a/.azure-pipelines/linux-CI-keras-applications-nightly.yml +++ b/.azure-pipelines/linux-CI-keras-applications-nightly.yml @@ -53,7 +53,7 @@ jobs: pip install tensorflow==1.14.0 pip install $(KERAS) pip install -r requirements.txt - git clone https://github.com/microsoft/onnxconverter-common + git clone https://github.com/microsoft/onnxconverter-common@r1.6 cd onnxconverter-common pip install -e . cd .. diff --git a/.azure-pipelines/win32-CI-keras-applications-nightly.yml b/.azure-pipelines/win32-CI-keras-applications-nightly.yml index 04a1348c..d9c31a55 100644 --- a/.azure-pipelines/win32-CI-keras-applications-nightly.yml +++ b/.azure-pipelines/win32-CI-keras-applications-nightly.yml @@ -56,7 +56,7 @@ jobs: pip install tensorflow==1.14.0 pip install %KERAS% pip install -r requirements.txt - git clone https://github.com/microsoft/onnxconverter-common + git clone https://github.com/microsoft/onnxconverter-common@r1.6 cd onnxconverter-common pip install -e . cd ..