Skip to content

Commit

Permalink
Run qgis tests with DISPLAY=0
Browse files Browse the repository at this point in the history
  • Loading branch information
deltamarnix committed Jan 24, 2024
1 parent 3243f8e commit 1184d6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ribasim_qgis/scripts/run_qgis_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT,
text=True,
env={"DISPLAY": "0"},
)

print(qgis_process.stdout)
Expand Down

0 comments on commit 1184d6b

Please sign in to comment.