Skip to content

Commit e3cb581

Browse files
committed
Update numpy test dependency
1 parent 0fc28f1 commit e3cb581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
displayName: 'Notebooks (Customer Solutions)'
9797
steps:
9898
# 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'
100100
displayName: 'Upgrade numpy'
101101

102102
- script: 'pip install pytest pytest-runner jupyter jupyter-client nbconvert nbformat seaborn xgboost tqdm && python setup.py pytest'
@@ -124,7 +124,7 @@ jobs:
124124
displayName: 'Notebooks (except Customer Solutions)'
125125
steps:
126126
# 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'
128128
displayName: 'Upgrade numpy'
129129

130130
# shap 0.39 and sklearn 1.0 interact badly in these notebooks
@@ -256,7 +256,7 @@ jobs:
256256
job: Tests_serial
257257
dependsOn: 'EvalChanges'
258258
condition: eq(dependencies.EvalChanges.outputs['output.testCode'], 'True')
259-
displayName: 'Run tests (Causal)'
259+
displayName: 'Run tests (Serial)'
260260
steps:
261261
- script: 'pip install pytest pytest-runner && python setup.py pytest'
262262
displayName: 'Unit tests'

0 commit comments

Comments
 (0)