Skip to content

Commit f5ee8ea

Browse files
👷 Add deps for Qt testing.
1 parent bd760c0 commit f5ee8ea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: Install system dependencies for Qt
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get install -y libegl1 libgl1 libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-shape0 libxcb-xfixes0 libxcb-xinerama0
18+
1419
- name: Checkout code
1520
uses: actions/checkout@v4
1621

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ celerybeat-schedule
8181

8282
# dotenv
8383
.env
84+
.envrc
8485

8586
# virtualenv
8687
.venv

0 commit comments

Comments
 (0)