File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 27
27
displayName : ' Install Requirements'
28
28
- script : pip install -r requirements-dev.txt
29
29
displayName : ' Install Requirements dev'
30
+ - script : pip install onnxmltools --no-deps
31
+ displayName : ' Install onnxmltools'
30
32
- script : |
31
33
ruff .
32
34
displayName: 'Ruff'
67
69
displayName : ' Install Requirements'
68
70
- script : pip install -r requirements-dev.txt
69
71
displayName : ' Install Requirements dev'
72
+ - script : pip install onnxmltools --no-deps
73
+ displayName : ' Install onnxmltools'
70
74
- script : |
71
75
python -m pytest -v
72
76
displayName: 'Runs Unit Tests'
@@ -119,6 +123,8 @@ jobs:
119
123
displayName : ' Install Requirements'
120
124
- script : pip install -r requirements-dev.txt
121
125
displayName : ' Install Requirements dev'
126
+ - script : pip install onnxmltools --no-deps
127
+ displayName : ' Install onnxmltools'
122
128
- script : |
123
129
python -m pytest -v -v
124
130
displayName: 'Runs Unit Tests'
Original file line number Diff line number Diff line change 6
6
joblib
7
7
lightgbm
8
8
matplotlib
9
- onnxmltools --install-option ="--no-deps"
10
9
onnxruntime
11
10
pandas
12
11
psutil
You can’t perform that action at this time.
0 commit comments