Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
fixing the nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbingl committed Apr 3, 2020
1 parent 06062f1 commit 84c4d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/linux-CI-keras-applications-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@r1.6
git clone -b r1.6 https://github.com/microsoft/onnxconverter-common
cd onnxconverter-common
pip install -e .
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/win32-CI-keras-applications-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@r1.6
git clone -b r1.6 https://github.com/microsoft/onnxconverter-common
cd onnxconverter-common
pip install -e .
cd ..
Expand Down

0 comments on commit 84c4d64

Please sign in to comment.