We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e014d5e commit 901f081Copy full SHA for 901f081
dendrite_sdk/_cli/main.py
@@ -5,7 +5,7 @@
5
6
def run_playwright_install():
7
try:
8
- subprocess.run(["playwright", "install"], check=True)
+ subprocess.run(["playwright", "install", "chromium"], check=True)
9
print("Playwright browser installation completed successfully.")
10
except subprocess.CalledProcessError as e:
11
print(f"Error during Playwright browser installation: {e}")
0 commit comments