Skip to content

Commit 6582e82

Browse files
committed
TST: Try another [skip azp] [skip circle]
1 parent bbe7180 commit 6582e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
key: ${{ env.TESTING_VERSION }}
149149
path: ~/mne_data
150150
- run: bash ./tools/github_actions_download.sh
151-
- run: LD_DEBUG=libs pytest mne/viz -k test_plot_alignment_basic
151+
- run: LD_DEBUG=libs python -c "import vtk; print(vtk.vtkRenderWindow())"
152152
- uses: codecov/codecov-action@v5
153153
with:
154154
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)