Skip to content

Commit

Permalink
Upgrade eager
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Sep 11, 2024
1 parent 873220c commit 1f23c18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ endif


dev: install
pip install .[dev]
pip install .[dev] --upgrade --upgrade-strategy=eager

install: fail-if-no-virtualenv
pip install .[test]
pip install --pre .[test] --upgrade --upgrade-strategy=eager

migrate:
./manage.py migrate --no-input
Expand Down

0 comments on commit 1f23c18

Please sign in to comment.