diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7b7a27fea..de74e478b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -96,7 +96,7 @@ jobs: displayName: 'Notebooks (Customer Solutions)' steps: # Work around https://github.com/pypa/pip/issues/9542 - - script: 'pip install -U numpy~=1.21.0' + - script: 'pip install -U numpy~=1.22.0' displayName: 'Upgrade numpy' - script: 'pip install pytest pytest-runner jupyter jupyter-client nbconvert nbformat seaborn xgboost tqdm && python setup.py pytest' @@ -124,7 +124,7 @@ jobs: displayName: 'Notebooks (except Customer Solutions)' steps: # Work around https://github.com/pypa/pip/issues/9542 - - script: 'pip install -U numpy~=1.21.0' + - script: 'pip install -U numpy~=1.22.0' displayName: 'Upgrade numpy' # shap 0.39 and sklearn 1.0 interact badly in these notebooks @@ -256,7 +256,7 @@ jobs: job: Tests_serial dependsOn: 'EvalChanges' condition: eq(dependencies.EvalChanges.outputs['output.testCode'], 'True') - displayName: 'Run tests (Causal)' + displayName: 'Run tests (Serial)' steps: - script: 'pip install pytest pytest-runner && python setup.py pytest' displayName: 'Unit tests'