Skip to content

Commit

Permalink
Set QT_QPA_PLATFORM=offscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jul 3, 2024
1 parent 9a7e99e commit 79afbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: pip install pytest pytest-qgis dirty-equals

- name: Run tests
run: pytest --color=yes -v python/jupytergis_core/tests
run: QT_QPA_PLATFORM=offscreen pytest --color=yes -v python/jupytergis_core/tests

0 comments on commit 79afbe3

Please sign in to comment.