mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
lint formatting
This commit is contained in:
parent
14921c4f43
commit
c69a5f4e31
1 changed files with 1 additions and 5 deletions
|
|
@ -151,11 +151,7 @@ def s3_service(python_path: str, compose: Compose):
|
|||
subprocess.check_call(cmd)
|
||||
|
||||
compose("cp", "tests/_create_bucket.py", "backend:/tmp")
|
||||
compose.exec("backend",
|
||||
"bench",
|
||||
"pip",
|
||||
"install",
|
||||
"boto3~=1.34.143")
|
||||
compose.exec("backend", "bench", "pip", "install", "boto3~=1.34.143")
|
||||
compose.exec(
|
||||
"-e",
|
||||
f"S3_ACCESS_KEY={access_key}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue