Skip to content

Commit

Permalink
FIX: Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed May 12, 2022
1 parent 6b8cebe commit fc7fa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: ./tools/github_actions_install.sh
name: 'Install MNE'
- shell: bash -el {0}
run: LIBGL_DEBUG=verbose python -c "import pyvistaqt; pyvistaqt.BackgroundPlotter(show=True)"
run: LIBGL_DEBUG=verbose LD_DEBUG=libs python -c "import pyvistaqt; pyvistaqt.BackgroundPlotter(show=True)"
name: 'Check Qt GL'
- shell: bash -el {0}
run: ./tools/github_actions_infos.sh
Expand Down

0 comments on commit fc7fa5b

Please sign in to comment.