chore: install s3 dep for develop/CI

This commit is contained in:
Yohan Boniface 2024-12-02 13:00:58 +01:00
parent 81fa31f50b
commit 249367fd3a

View file

@ -7,7 +7,7 @@ install: ## Install the dependencies
.PHONY: develop
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
.PHONY: format