Skip to content

Commit 02618a0

Browse files
committed
Revert numpy version
1 parent e3cb581 commit 02618a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ 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.22.0'
99+
- script: 'pip install -U numpy~=1.21.0'
100100
displayName: 'Upgrade numpy'
101101

102-
- script: 'pip install pytest pytest-runner jupyter jupyter-client nbconvert nbformat seaborn xgboost tqdm && python setup.py pytest'
102+
- script: 'pip install pytest pytest-runner jupyter jupyter-client nbconvert nbformat seaborn xgboost tqdm && pip list && python setup.py pytest'
103103
displayName: 'Unit tests'
104104
env:
105105
PYTEST_ADDOPTS: '-m "notebook"'
@@ -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.22.0'
127+
- script: 'pip install -U numpy~=1.21.0'
128128
displayName: 'Upgrade numpy'
129129

130130
# shap 0.39 and sklearn 1.0 interact badly in these notebooks

0 commit comments

Comments
 (0)