Skip to content

Commit

Permalink
fix: makefile target for test_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 16, 2024
1 parent 0a3b57b commit a1ac0f3
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 @@ -28,7 +28,7 @@ requirements: ## install environment requirements
pip install -r requirements/base.txt

test_requirements:
pip install -r requirements/test.txt -r requirements/django.txt
pip install -r requirements/test.txt

docs_requirements:
pip install -r requirements/docs.txt
Expand Down

0 comments on commit a1ac0f3

Please sign in to comment.