Skip to content

Commit c5befee

Browse files
committed
FIX: Simplify
1 parent 3498aae commit c5befee

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,12 @@ jobs:
7676
- os: ubuntu-latest
7777
python: '3.13'
7878
kind: conda
79-
- os: macos-latest # arm64 (Apple Silicon): Sequoia
79+
- os: macos-latest # arm64
8080
python: '3.14'
8181
kind: pip
82-
- os: macos-15-intel # intel: Sequoia
82+
- os: macos-15-intel # Intel
8383
python: '3.13'
8484
kind: pip
85-
- os: windows-latest
86-
python: '3.11'
87-
kind: pip
8885
- os: ubuntu-latest
8986
python: '3.12'
9087
kind: minimal

mne/viz/tests/test_evoked.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ def test_plot_white_rank():
373373
evoked.plot_white(cov, rank=rank)
374374

375375

376+
@pytest.mark.slowtest
376377
def test_plot_white():
377378
"""Test plot_white."""
378379
cov = read_cov(cov_fname)

0 commit comments

Comments
 (0)