broadfield-dev commited on
Commit
d83ff00
·
verified ·
1 Parent(s): 45f306b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import json
8
 
9
  # Install playwright if not present
10
  if os.getenv("PLAYWRIGHT_INSTALL_RUN", "false").lower() != "true":
 
11
  os.system("playwright install")
12
  os.environ["PLAYWRIGHT_INSTALL_RUN"] = "true"
13
 
 
8
 
9
  # Install playwright if not present
10
  if os.getenv("PLAYWRIGHT_INSTALL_RUN", "false").lower() != "true":
11
+ os.system("playwright install-deps")
12
  os.system("playwright install")
13
  os.environ["PLAYWRIGHT_INSTALL_RUN"] = "true"
14