Skip to content

Commit

Permalink
fix makefile sh source step2
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty committed Nov 9, 2023
1 parent 07337c6 commit 10833b8
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 @@ -73,7 +73,7 @@ $(PYTHON):
install: $(INSTALL_STAMP) ## Installs package dependencies
$(INSTALL_STAMP): $(PYTHON) $(DEP_FILES)
@. $(VENV_BIN)/activate;\
@(PIP) install -e .[dev];
$(PIP) install -e .[dev];
@touch $(INSTALL_STAMP)

install-force: clean-install-stamp install ## Force install package dependencies
Expand Down

0 comments on commit 10833b8

Please sign in to comment.