Skip to content

Commit

Permalink
qs
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 16, 2024
1 parent 7bced9e commit e796c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ build:
@python -m build

# setup
setup *args:
setup:
@pip install uv
@uv venv
@. .venv/bin/activate
@uv pip install --upgrade --resolution=highest -r dev-requirements.txt {{args}}
@uv pip install --upgrade --resolution=highest -r dev-requirements.txt

# uninstall
uninstall:
Expand Down

0 comments on commit e796c50

Please sign in to comment.