Skip to content

Commit 5c52682

Browse files
committed
chores: Fix Makefile install command
1 parent e402098 commit 5c52682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ release-patch:
9090
@$(PYTHON) ./tools/release-checklist.py patch
9191

9292
install: clean
93-
$(PIP) install ".[extra]"
93+
$(PIP) install .
9494

9595
develop: clean-cache
9696
$(PIP) install -e ".[dev]"

0 commit comments

Comments
 (0)