Skip to content

Commit

Permalink
fix makefile sh source step
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmcginty authored Nov 9, 2023
1 parent f26e741 commit 7926635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ $(PYTHON):

install: $(INSTALL_STAMP) ## Installs package dependencies
$(INSTALL_STAMP): $(PYTHON) $(DEP_FILES)
@source $(VENV_BIN)/activate;\
pip install -e .[dev];
@. $(VENV_BIN)/activate;\
$(PIP) install -e .[dev];
@touch $(INSTALL_STAMP)

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

0 comments on commit 7926635

Please sign in to comment.