mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 13:40:27 +02:00
fix(ci): set QT_QPA_PLATFORM=offscreen for headless PyQt6 tests
This commit is contained in:
@@ -49,4 +49,6 @@ jobs:
|
|||||||
python -m pip install .[dev]
|
python -m pip install .[dev]
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
env:
|
||||||
|
QT_QPA_PLATFORM: offscreen
|
||||||
run: pytest tests/ -v --tb=short
|
run: pytest tests/ -v --tb=short
|
||||||
|
|||||||
Reference in New Issue
Block a user