Skip to content

Commit 901f081

Browse files
authored
Den 277 Update cli to only install chromium (#46)
1 parent e014d5e commit 901f081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dendrite_sdk/_cli/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def run_playwright_install():
77
try:
8-
subprocess.run(["playwright", "install"], check=True)
8+
subprocess.run(["playwright", "install", "chromium"], check=True)
99
print("Playwright browser installation completed successfully.")
1010
except subprocess.CalledProcessError as e:
1111
print(f"Error during Playwright browser installation: {e}")

0 commit comments

Comments
 (0)