We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0484054 commit 02f70a4Copy full SHA for 02f70a4
1 file changed
.github/workflows/tests.yml
@@ -149,6 +149,7 @@ jobs:
149
if: matrix.kind == 'old'
150
- run: bash ./tools/github_actions_verify_python.sh "${{ matrix.python }}"
151
- run: bash ./tools/github_actions_dependencies.sh
152
+ - run: pytest mne/tests/test_surface.py -k cubes
153
- run: python ./tools/github_actions_check_old_env.py
154
155
# Minimal commands on Linux (macOS stalls)
0 commit comments