Skip to content

Commit

Permalink
adds export QT_QPA_PLATFORM=offscreen in ci.yml to solve .qt.qpa.plug…
Browse files Browse the repository at this point in the history
…in: Could not load (#216)
  • Loading branch information
mxochicale committed May 4, 2023
1 parent 5c9a100 commit aac5a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
sudo apt-get install libxcb-render-util0-dev libxcb-util-dev libxcb-xinerama0-dev libxcb-xkb-dev
sudo apt-get install libxkbcommon-dev libxkbcommon-x11-dev
export DISPLAY=:1
export QT_QPA_PLATFORM=offscreen
sudo Xvfb $DISPLAY -screen 0 1024x768x24 </dev/null &
export QT_DEBUG_PLUGINS=0
export LD_LIBRARY_PATH=$pythonLocation"/lib/python${{ matrix.python-version }}/site-packages/PySide6/Qt/plugins/platforms"
Expand Down

0 comments on commit aac5a9c

Please sign in to comment.