Skip to content

Commit 8c9ca7e

Browse files
committed
fix: create uv venv before upgrading requirements
1 parent 879f589 commit 8c9ca7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ PIP_COMPILE = uv pip compile --upgrade $(PIP_COMPILE_OPTS)
3434

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

0 commit comments

Comments
 (0)