Skip to content

Commit 48ee483

Browse files
committed
Add -U to pip install in makefile.
1 parent 12913f2 commit 48ee483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ty:
4242
# requirements
4343

4444
install-reqs:
45-
uv pip install -e ."[dev,lint,test]"
45+
uv pip install -U -e ."[dev,lint,test]"
4646

4747
install-tox-uv:
4848
uv tool install tox --with tox-uv

0 commit comments

Comments
 (0)