We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be18152 commit 9542999Copy full SHA for 9542999
.azure-pipelines/linux-CI-nightly.yml
@@ -56,6 +56,7 @@ jobs:
56
- script: |
57
python -c "import onnxconverter_common"
58
python -c "import onnxruntime"
59
+ pip install -e .
60
pytest tests --ignore=tests/sparkml --doctest-modules --junitxml=junit/test-results.xml
61
displayName: 'pytest - onnxmltools'
62
0 commit comments