mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: install sync target on "make develop"
This commit is contained in:
parent
c74971bc0e
commit
13aa407e47
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ install: ## Install the dependencies
|
||||||
|
|
||||||
.PHONY: develop
|
.PHONY: develop
|
||||||
develop: ## Install the test and dev dependencies
|
develop: ## Install the test and dev dependencies
|
||||||
python3 -m pip install -e .[test,dev]
|
python3 -m pip install -e .[test,dev,sync]
|
||||||
playwright install
|
playwright install
|
||||||
|
|
||||||
.PHONY: format
|
.PHONY: format
|
||||||
|
|
Loading…
Reference in a new issue