Skip to content

Commit

Permalink
build: add uv lock cmd to update duty
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 24, 2024
1 parent 9b16dc3 commit 0400087
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions duties.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def clean(ctx):
@duty(capture=False)
def update(ctx):
"""Update all environment packages using pip directly."""
ctx.run("uv lock --upgrade")
ctx.run("uv sync --all-extras")
ctx.run("uv pip install google-generativeai")

Expand Down

0 comments on commit 0400087

Please sign in to comment.