Skip to content

Commit

Permalink
fix: create uv venv before upgrading requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Jan 29, 2025
1 parent 879f589 commit 8c9ca7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ PIP_COMPILE = uv pip compile --upgrade $(PIP_COMPILE_OPTS)

upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: piptools ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
uv venv --allow-existing
# Make sure to compile files after any other files they include!
$(PIP_COMPILE) -o requirements/pip.txt requirements/pip.in
uv pip install -qr requirements/pip.txt
Expand Down

0 comments on commit 8c9ca7e

Please sign in to comment.