Skip to content

Commit

Permalink
Install local package in editable mode (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem authored Jan 24, 2024
1 parent b623c12 commit b39eacf
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 @@ -14,7 +14,7 @@ $(VENV)/bin/python:
install: $(INSTALL_STAMP) pyproject.toml requirements.txt
$(INSTALL_STAMP): $(VENV)/bin/python pyproject.toml requirements.txt
$(VENV)/bin/pip install -r requirements.txt
$(VENV)/bin/pip install ".[dev]"
$(VENV)/bin/pip install -e ".[dev]"
touch $(INSTALL_STAMP)

lint: install
Expand Down

0 comments on commit b39eacf

Please sign in to comment.