Skip to content

Commit 5c6cff5

Browse files
committed
specifically install chromium dependencies
1 parent 4f4d629 commit 5c6cff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build_scripts/install_playwright.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# as *nix systems (such as WSL) return a failure code if there are *any* dependencies
1515
# that could be cleaned up via `sudo apt autoremove`. This occurs even if we weren't
1616
# the ones to install those dependencies in the first place.
17-
subprocess.run(["playwright", "install-deps"], check=False) # noqa: S607
17+
subprocess.run(["playwright", "install-deps", "chromium"], check=False) # noqa: S607

0 commit comments

Comments
 (0)