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 47ab47c commit 918b841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ build:
setup *args:
@pip install uv
@uv venv
@source .venv/bin/activate
@source ./.venv/bin/activate
@uv pip install --upgrade --resolution=highest -r dev-requirements.txt {{args}}

# uninstall
Expand Down

0 comments on commit 918b841

Please sign in to comment.