Skip to content

Commit bbe7180

Browse files
committed
TST: Test VTK failure [skip azp] [skip circle] [actions ssh]
1 parent 34e2743 commit bbe7180

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,9 @@ jobs:
6666
fail-fast: false
6767
matrix:
6868
include:
69-
- os: ubuntu-latest
70-
python: '3.13'
71-
kind: pip
7269
- os: ubuntu-latest
7370
python: '3.13'
7471
kind: pip-pre
75-
- os: ubuntu-latest
76-
python: '3.13'
77-
kind: conda
78-
- os: macos-latest # arm64 (Apple Silicon): Sequoia
79-
python: '3.13'
80-
kind: mamba
81-
- os: macos-15-intel # intel: Sequoia
82-
python: '3.13'
83-
kind: mamba
84-
- os: windows-latest
85-
python: '3.11'
86-
kind: mamba
87-
- os: ubuntu-latest
88-
python: '3.12'
89-
kind: minimal
90-
- os: ubuntu-22.04
91-
python: '3.10'
92-
kind: old
9372
steps:
9473
- uses: actions/checkout@v5
9574
with:
@@ -169,7 +148,7 @@ jobs:
169148
key: ${{ env.TESTING_VERSION }}
170149
path: ~/mne_data
171150
- run: bash ./tools/github_actions_download.sh
172-
- 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
151+
- run: LD_DEBUG=libs pytest mne/viz -k test_plot_alignment_basic
173152
- uses: codecov/codecov-action@v5
174153
with:
175154
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)