Skip to content

Commit 5e0015e

Browse files
committed
Set QT_QPA_PLATFORM=offscreen for binding tests.
1 parent c153116 commit 5e0015e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: python tests/binding_tests.py
4242
env:
4343
TEST_QT_MODULE: ${{ matrix.qt-binding }}
44+
QT_QPA_PLATFORM: offscreen
4445
- name: Install Python packages
4546
run: pip install coverage
4647
- name: Run unit tests

0 commit comments

Comments
 (0)