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 12c52e7 commit 292f355Copy full SHA for 292f355
.azure-pipelines/win32-CI-nightly.yml
@@ -61,12 +61,6 @@ jobs:
61
pytest tests --doctest-modules --junitxml=junit/test-results.xml
62
displayName: 'pytest - onnxmltools'
63
64
- - script: |
65
- call activate py$(python.version)
66
- set PYTHONPATH=libsvm\python;%PYTHONPATH%
67
- pytest onnxutils/tests --doctest-modules --junitxml=junit/test-results-onnxutils.xml
68
- displayName: 'pytest - onnxutils'
69
-
70
- task: PublishTestResults@2
71
inputs:
72
testResultsFiles: '**/test-results.xml'
0 commit comments