Skip to content

Commit

Permalink
Upgrade on install
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles committed Jun 21, 2024
1 parent c113d8f commit 36fe9af
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
@@ -1,6 +1,6 @@
.PHONY: requirements
requirements:
python -m pip install -r requirements/development.txt ${req_args}
python -m pip install -U -r requirements/development.txt ${req_args}

.PHONY: check
check:
Expand Down

0 comments on commit 36fe9af

Please sign in to comment.