From 283ade27fc076173235bc6c0b6ba2ca5a32423bd Mon Sep 17 00:00:00 2001 From: Mathieu Scheltienne Date: Wed, 3 Jan 2024 13:12:50 +0100 Subject: [PATCH] Restore pip-pre release workflow with numpy 2.0 (#197) --- .github/workflows/pytest.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 2a604afac..d2126a389 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -98,7 +98,9 @@ jobs: python -m pip install --progress-bar off --upgrade pip setuptools wheel python -m pip install --progress-bar off .[test] python -m pip install --progress-bar off --upgrade git+https://github.com/mne-tools/mne-python - python -m pip install --progress-bar off --upgrade --pre --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --timeout=180 numpy scipy matplotlib + python -m pip install matplotlib + python -m pip install --progress-bar off --upgrade --no-deps --pre --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --timeout=180 matplotlib + python -m pip install --progress-bar off --upgrade --pre --only-binary :all: -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple --timeout=180 numpy scipy - name: Display system information run: mne_lsl-sys_info --developer - name: Run pytest