Skip to content

Commit d2f89ba

Browse files
DEV: add requirements-tests.txt on make install target (#791)
* DEV: adds 'pip install -r requirements-tests.txt' recipe to 'make install' target on Makefile Co-authored-by: Gui-FernandesBR <[email protected]>
1 parent 91ac567 commit d2f89ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
$(PYTHON) -m pip install --upgrade pip
2222
pip install -r requirements.txt
2323
pip install -r requirements-optional.txt
24+
pip install -r requirements-tests.txt
2425
pip install -e .
2526

2627
format:

0 commit comments

Comments
 (0)