Skip to content

Commit fc44de9

Browse files
committed
FIX: Names
1 parent 7da7388 commit fc44de9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)