Skip to content

Commit 56e4e54

Browse files
committed
PySide6 python-package workflow: offscreen
1 parent 3cf995f commit 56e4e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package-PySide6.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4747
- name: Test with pytest
4848
run: |
49+
echo "QT_QPA_PLATFORM=offscreen" >> "$GITHUB_ENV"
4950
pytest

0 commit comments

Comments
 (0)