Skip to content

Commit

Permalink
fix: install uv before upgrading requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Agrendalath committed Jan 29, 2025
1 parent 6997614 commit 972f41c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ docs: ## generate Sphinx HTML documentation, including API docs
PIP_COMPILE = uv pip compile --upgrade $(PIP_COMPILE_OPTS)

upgrade: export CUSTOM_COMPILE_COMMAND=make upgrade
upgrade: ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
uv pip install -qr requirements/pip.txt
upgrade: piptools ## update the requirements/*.txt files with the latest packages satisfying requirements/*.in
# 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 972f41c

Please sign in to comment.