Skip to content

Commit

Permalink
updated task output
Browse files Browse the repository at this point in the history
  • Loading branch information
fullerzz committed Aug 22, 2024
1 parent c5d2cba commit 9677197
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ def fmt(c: Context) -> None:
@task
def pip_compile(c: Context) -> None:
c.run("uv pip compile pyproject.toml -o requirements.txt", echo=True, pty=True)
output_line_1 = "\n:heavy_check_mark:[bold green] Operation succeeded![/bold green]"
output_line_2 = (
":yin_yang: [bold cyan]requirements.txt[/bold cyan] compiled from [bold blue]pyproject.toml[/bold blue] :robot:"
)
print(f"{output_line_1}\n{output_line_2}")


@task
Expand Down

0 comments on commit 9677197

Please sign in to comment.