Skip to content

Commit

Permalink
MAINT: Update deps for Qt (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jul 15, 2022
1 parent 3f74214 commit 7157bbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ stages:
# https://github.com/pyvista/pyvistaqt/pull/61#issuecomment-709320826
sudo apt-get install -y libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 \
libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
libxcb-xinerama0 libxcb-xfixes0
libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0
pip install -r requirements_docs.txt
displayName: 'Install dependencies'
Expand Down
2 changes: 1 addition & 1 deletion .ci/setup_headless_display.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -ef

sudo apt-get update
sudo apt-get install -yqq libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libopengl0 libegl1
sudo apt-get install -yqq libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libopengl0 libegl1
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1400x900x24 -ac +extension GLX +render -noreset

0 comments on commit 7157bbb

Please sign in to comment.