File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 96
96
displayName : ' Notebooks (Customer Solutions)'
97
97
steps :
98
98
# Work around https://github.com/pypa/pip/issues/9542
99
- - script : ' pip install -U numpy~=1.21 .0'
99
+ - script : ' pip install -U numpy~=1.22 .0'
100
100
displayName : ' Upgrade numpy'
101
101
102
102
- script : ' pip install pytest pytest-runner jupyter jupyter-client nbconvert nbformat seaborn xgboost tqdm && python setup.py pytest'
@@ -124,7 +124,7 @@ jobs:
124
124
displayName : ' Notebooks (except Customer Solutions)'
125
125
steps :
126
126
# Work around https://github.com/pypa/pip/issues/9542
127
- - script : ' pip install -U numpy~=1.21 .0'
127
+ - script : ' pip install -U numpy~=1.22 .0'
128
128
displayName : ' Upgrade numpy'
129
129
130
130
# shap 0.39 and sklearn 1.0 interact badly in these notebooks
@@ -256,7 +256,7 @@ jobs:
256
256
job : Tests_serial
257
257
dependsOn : ' EvalChanges'
258
258
condition : eq(dependencies.EvalChanges.outputs['output.testCode'], 'True')
259
- displayName : ' Run tests (Causal )'
259
+ displayName : ' Run tests (Serial )'
260
260
steps :
261
261
- script : ' pip install pytest pytest-runner && python setup.py pytest'
262
262
displayName : ' Unit tests'
You can’t perform that action at this time.
0 commit comments