Skip to content

Commit

Permalink
PySide6 python-package workflow: offscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Feb 15, 2024
1 parent 3cf995f commit 56e4e54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-PySide6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
echo "QT_QPA_PLATFORM=offscreen" >> "$GITHUB_ENV"
pytest

0 comments on commit 56e4e54

Please sign in to comment.