Skip to content

Commit a05ad99

Browse files
committed
always install submodule dependencies when updating
This way the user will always check on whether the submodule needs any new dependencies when updating it.
1 parent 1c49f5a commit a05ad99

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
@@ -9,6 +9,7 @@ data_selection?=False
99

1010
submodulesupdate:
1111
git submodule update --init --recursive
12+
pip3 install -r Tools/parametric_model/visual_dataframe_selector/requirements.txt
1213

1314
install-dependencies:
1415
pip3 install -r Tools/parametric_model/requirements.txt

0 commit comments

Comments
 (0)