File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ jobs:
96
96
displayName : ' Notebooks (Customer Solutions)'
97
97
steps :
98
98
# 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'
100
100
displayName : ' Upgrade numpy'
101
101
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'
103
103
displayName : ' Unit tests'
104
104
env :
105
105
PYTEST_ADDOPTS : ' -m "notebook"'
@@ -124,7 +124,7 @@ jobs:
124
124
displayName : ' Notebooks (except Customer Solutions)'
125
125
steps :
126
126
# 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'
128
128
displayName : ' Upgrade numpy'
129
129
130
130
# shap 0.39 and sklearn 1.0 interact badly in these notebooks
You can’t perform that action at this time.
0 commit comments