From 6cf44ceb03329d044e50345bf468c6f144b1c9cd Mon Sep 17 00:00:00 2001 From: "Keith Battocchi (HE/HIM)" Date: Fri, 1 Apr 2022 12:26:23 -0400 Subject: [PATCH] Update numpy test dependency --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'