From dd035eec3959a6e4a349b56bb59d69de936e8461 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 2 Dec 2024 13:00:58 +0100 Subject: [PATCH] chore: install s3 dep for develop/CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 90e97af6..282b75f1 100644 --- a/Makefile +++ b/Makefile @@ -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