Skip to content

Commit 9542999

Browse files
authored
fix nightly build on linux (#461)
1 parent be18152 commit 9542999

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.azure-pipelines/linux-CI-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ jobs:
5656
- script: |
5757
python -c "import onnxconverter_common"
5858
python -c "import onnxruntime"
59+
pip install -e .
5960
pytest tests --ignore=tests/sparkml --doctest-modules --junitxml=junit/test-results.xml
6061
displayName: 'pytest - onnxmltools'
6162

0 commit comments

Comments
 (0)