Skip to content

Commit

Permalink
fix: test.test_requirements make command fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Sep 21, 2023
1 parent 59ea110 commit 2b8184f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ requirements:
test.requirements: requirements
pip install -q -r requirements/test.txt --exists-action=w

test.test_requirements: pip install -q -r requirements/test.txt --exists-action=w
test.test_requirements:
pip install -q -r requirements/test.txt --exists-action=w

develop: test.requirements

Expand Down

0 comments on commit 2b8184f

Please sign in to comment.