Skip to content

Commit

Permalink
Install onnxconverter-common from source (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitra committed Jul 3, 2019
1 parent 064eb31 commit 8009430
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/linux-CI-nightly.yml
Expand Up @@ -57,6 +57,10 @@ jobs:
- script: |
pip install -r requirements.txt
git clone https://github.com/microsoft/onnxconverter-common
cd onnxconverter-common
pip install -e .
cd ..
pip install -r requirements-dev.txt
pip install pytest
displayName: 'install requirements'
Expand Down
4 changes: 4 additions & 0 deletions .azure-pipelines/linux-conda-CI.yml
Expand Up @@ -106,6 +106,10 @@ jobs:
- script: |
pip install -r requirements.txt
git clone https://github.com/microsoft/onnxconverter-common
cd onnxconverter-common
pip install -e .
cd ..
pip install -r requirements-dev.txt
pip install pytest
displayName: 'install requirements'
Expand Down
4 changes: 4 additions & 0 deletions .azure-pipelines/win32-CI-nightly.yml
Expand Up @@ -37,6 +37,10 @@ jobs:
- script: |
pip install -r requirements.txt
git clone https://github.com/microsoft/onnxconverter-common
cd onnxconverter-common
pip install -e .
cd ..
pip install -r requirements-dev.txt
pip install pytest
displayName: 'install requirements'
Expand Down
4 changes: 4 additions & 0 deletions .azure-pipelines/win32-conda-CI.yml
Expand Up @@ -65,6 +65,10 @@ jobs:
- script: |
pip install -r requirements.txt
git clone https://github.com/microsoft/onnxconverter-common
cd onnxconverter-common
pip install -e .
cd ..
pip install pytest
displayName: 'install requirements'
Expand Down

0 comments on commit 8009430

Please sign in to comment.