Skip to content

Commit

Permalink
Try azure again
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Dec 6, 2023
1 parent 01965c6 commit 0cff3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
set -e
pip install --upgrade --pre numpy scipy matplotlib "h5py<3.7"
pip install git+https://github.com/mne-tools/mne-python
pip install --upgrade .[test] codecov
pip install --upgrade .[test] codecov pytest-error-for-skips
displayName: "Install dependencies with pip"
- script: pip install .
displayName: "Install MNE-Connectivity"
Expand All @@ -48,7 +48,7 @@ jobs:
displayName: "Print config"
- script: python -c "import mne; mne.datasets.testing.data_path(verbose=True)"
displayName: "Get test data"
- script: pytest mne_connectivity
- script: pytest --cov=mne_connectivity --cov-report=xml --cov-report=html -vv mne_connectivity
displayName: "Run tests"
- script: codecov --root %BUILD_REPOSITORY_LOCALPATH% -t %CODECOV_TOKEN%
displayName: "Codecov"
Expand Down

0 comments on commit 0cff3c5

Please sign in to comment.