Skip to content

Commit

Permalink
Fix azure
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 30db4f5 commit b015c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install git+https://github.com/mne-tools/mne-python
pip install --upgrade .[test] codecov
displayName: "Install dependencies with pip"
- script: python setup.py develop
- script: pip install .
displayName: "Install MNE-Connectivity"
- bash: |
set -e
Expand Down

0 comments on commit b015c3d

Please sign in to comment.