Skip to content

Commit

Permalink
Restore numpy 2.0 pip-pre pytest workflow (#141)
Browse files Browse the repository at this point in the history
* split pip-pre matplotlib

* Revert "split pip-pre matplotlib"

This reverts commit 16d60c5.

* try pins

* try again

* try again
  • Loading branch information
mscheltienne authored Jan 3, 2024
1 parent e022f59 commit 5558f92
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
python -m pip install --progress-bar off --upgrade pip setuptools
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 scikit-learn 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 scikit-learn
- name: Display system information
run: pycrostates-sys_info --developer
- name: Display MNE info
Expand Down

0 comments on commit 5558f92

Please sign in to comment.