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 bbe7180 commit 6582e82Copy full SHA for 6582e82
.github/workflows/tests.yml
@@ -148,7 +148,7 @@ jobs:
148
key: ${{ env.TESTING_VERSION }}
149
path: ~/mne_data
150
- run: bash ./tools/github_actions_download.sh
151
- - run: LD_DEBUG=libs pytest mne/viz -k test_plot_alignment_basic
+ - run: LD_DEBUG=libs python -c "import vtk; print(vtk.vtkRenderWindow())"
152
- uses: codecov/codecov-action@v5
153
with:
154
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments