Skip to content
Snippets Groups Projects
Commit 676c3935 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Tries to avoid garbled CI logs (see issue #2)

parent 780b4f40
No related branches found
No related tags found
No related merge requests found
Pipeline #26077 passed
......@@ -34,7 +34,8 @@ def ci():
attempt to run these commands in your own installation. Unexpected errors
may occur.
"""
pass
# ensure messages don't get garbled at the output on the CI logs
set_environment('PYTHONUNBUFFERED', '1', os.environ)
@ci.command(epilog='''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment