Skip to content

Commit 3498aae

Browse files
committed
FIX: Restore
1 parent add35b7 commit 3498aae

1 file changed

Lines changed: 22 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,30 @@ jobs:
6767
fail-fast: false
6868
matrix:
6969
include:
70+
- os: ubuntu-latest
71+
python: '3.13'
72+
kind: pip
73+
- os: ubuntu-latest
74+
python: '3.14'
75+
kind: pip-pre
76+
- os: ubuntu-latest
77+
python: '3.13'
78+
kind: conda
79+
- os: macos-latest # arm64 (Apple Silicon): Sequoia
80+
python: '3.14'
81+
kind: pip
82+
- os: macos-15-intel # intel: Sequoia
83+
python: '3.13'
84+
kind: pip
7085
- os: windows-latest
7186
python: '3.11'
7287
kind: pip
88+
- os: ubuntu-latest
89+
python: '3.12'
90+
kind: minimal
91+
- os: ubuntu-22.04
92+
python: '3.10'
93+
kind: old
7394
steps:
7495
- uses: actions/checkout@v6
7596
with:
@@ -128,7 +149,7 @@ jobs:
128149
if: matrix.kind == 'old'
129150
- run: bash ./tools/github_actions_verify_python.sh "${{ matrix.python }}"
130151
- run: bash ./tools/github_actions_dependencies.sh
131-
timeout-minutes: 5
152+
timeout-minutes: 10
132153
- run: python ./tools/github_actions_check_old_env.py
133154
if: matrix.kind == 'old'
134155
# Minimal commands on Linux (macOS stalls)
@@ -147,8 +168,6 @@ jobs:
147168
key: ${{ env.TESTING_VERSION }}
148169
path: ~/mne_data
149170
- run: bash ./tools/github_actions_download.sh
150-
- run: pytest mne/viz -k test_brain_gc
151-
- run: pytest mne/tests/test_surface.py -k cubes
152171
- run: bash ./tools/github_actions_test.sh # for some reason on macOS we need to run "bash X" in order for a failed test run to show up
153172
- uses: codecov/codecov-action@v6
154173
with:

0 commit comments

Comments
 (0)