Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne committed Sep 12, 2023
1 parent c54070e commit 33e7c96
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 @@ -124,8 +124,8 @@ stages:
python -m pip install --progress-bar off --upgrade .[test]
displayName: 'Install package'
- script: |
python -m pip install --progress-bar off --pre --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy scipy
python -m pip install --progress-bar off git+https://github.com/mne-tools/mne-python
python -m pip install --progress-bar off --force-reinstall git+https://github.com/mne-tools/mne-python
python -m pip install --progress-bar off --force-reinstall --pre --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy scipy
condition: eq(variables.PRE, 'true')
displayName: 'Install pre-release dependencies'
- script: mne sys_info -pd
Expand Down

0 comments on commit 33e7c96

Please sign in to comment.