Skip to content

Commit

Permalink
tried fixing pyqt5 check
Browse files Browse the repository at this point in the history
  • Loading branch information
tbng committed Sep 9, 2022
1 parent 9808ac8 commit a94012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
which python
QT_DEBUG_PLUGINS=1 mne sys_info
python -c "import numpy; numpy.show_config()"
LIBGL_DEBUG=verbose python -c "import pyvistaqt; pyvistaqt.BackgroundPlotter(show=True)"
LD_DEBUG=libs python -c "from PyQt5.QtWidgets import QApplication, QWidget; app = QApplication([])"
name: 'Check installation'
- run: sphinx-build -b html doc doc/_build/html
name: 'Generate HTML docs'
Expand Down

0 comments on commit a94012d

Please sign in to comment.