Skip to content

Commit

Permalink
CI: try fixing qt error in tutorial test
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Sep 4, 2024
1 parent e8f380e commit fa35199
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
sudo apt-get install -y libdbus-1-3 libxkbcommon-x11-0 libxcb-icccm4 \
libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 \
libxcb-xinerama0 libxcb-xinput0 graphviz graphviz-dev \
libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers
libegl1-mesa libgl1-mesa-dri libxcb-xfixes0-dev mesa-vulkan-drivers \
libxcb-cursor0
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -38,5 +39,6 @@ jobs:
INSECT_BRAIN_DB_PASSWORD: ${{ secrets.insect_brain_db_password }}
with:
run: |
export NAVIS_PLOT3D_BACKEND="plotly"
export QT_QPA_PLATFORM=offscreen
export NAVIS_PLOT3D_BACKEND=plotly
python tests/test_tutorials.py

0 comments on commit fa35199

Please sign in to comment.