Skip to content

Commit 6f2df67

Browse files
committed
FIX: Not waiting all day [skip circle]
1 parent 394b1eb commit 6f2df67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
key: ${{ env.TESTING_VERSION }}
148148
path: ~/mne_data
149149
- run: bash ./tools/github_actions_download.sh
150-
- 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
150+
- run: pytest mne/gui # 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
151151
- uses: codecov/codecov-action@v6
152152
with:
153153
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)