From 33e7c9691b91f1c20d3e59c1f846bb62f2cf69ae Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Tue, 12 Sep 2023 19:48:42 +0200 Subject: [PATCH] try again --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e0c1f21d..b167ec4e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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