mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: install s3 dep for develop/CI
This commit is contained in:
parent
81fa31f50b
commit
249367fd3a
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,sync]
|
python3 -m pip install -e .[test,dev,sync,s3]
|
||||||
playwright install
|
playwright install
|
||||||
|
|
||||||
.PHONY: format
|
.PHONY: format
|
||||||
|
|
Loading…
Reference in a new issue