Skip to content

Commit

Permalink
Disable color and styling for Rich.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkanji committed Feb 28, 2024
1 parent 9f1b4ec commit e928082
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dagster_skypilot/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@ def skypilot_model(context: AssetExecutionContext) -> None:
output_logging="STREAM",
log=context.log,
cwd=str(Path(__file__).parent.parent),
# Disable color and styling for rich
env={"TERM": "unknown"},
)

0 comments on commit e928082

Please sign in to comment.