Skip to content

Commit

Permalink
chore: don't recompile requirements.in when installing
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Feb 20, 2024
1 parent 2a000f6 commit c545889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
all:

.PHONY: install
install: pip-compile
install:
python -m uv pip install -r requirements.txt

.PHONY: pip-compile
Expand Down

0 comments on commit c545889

Please sign in to comment.