Skip to content

Commit

Permalink
Update numpy test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kbattocchi committed Apr 1, 2022
1 parent 27b54dd commit 6cf44ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 6cf44ce

Please sign in to comment.