Skip to content

Commit

Permalink
FIX: Which
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 20, 2024
1 parent 572ee24 commit dd51b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,10 @@ jobs:
- name: Install MNE (previous stable)
if: matrix.mne-version == 'mne-prev-stable'
# Have to install NumPy<2.1 here because of a change in positional arg handling + MNE 1.7
run: |
git clone --single-branch --branch maint/1.7 https://github.com/mne-tools/mne-python.git
python -m pip install -e ./mne-python
python -m pip install -e ./mne-python "numpy<2.1"
- name: Install MNE (main)
if: matrix.mne-version == 'mne-main'
Expand Down

0 comments on commit dd51b39

Please sign in to comment.