File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,8 +231,11 @@ stages:
231231 displayName: Install OpenGL
232232 - bash : ./tools/azure_dependencies.sh
233233 - script : pip install --only-binary=":all:" -e .
234+ displayName : Install mne
234235 - script : mne sys_info -pd
236+ displayName : Print config
235237 - script : python -c "import numpy; numpy.show_config()"
238+ displayName : Print NumPy config
236239 - script : python -c "import numpy; import scipy.linalg; import sklearn.neighbors; from threadpoolctl import threadpool_info; from pprint import pprint; pprint(threadpool_info())"
237240 displayName : Print threadpoolctl info
238241 - bash : ./tools/get_testing_version.sh
@@ -242,6 +245,7 @@ stages:
242245 path : C:\Users\VssAdministrator\mne_data
243246 displayName : Cache testing data
244247 - bash : ./tools/github_actions_download.sh
248+ displayName : Download testing data
245249 - script : pytest -m "not (slowtest or pgtest)" --tb=short --cov=mne --cov-report=xml -vv mne
246250 displayName : Run tests
247251 - bash : bash <(curl -s https://codecov.io/bash)
You can’t perform that action at this time.
0 commit comments