always pre-setup binproviders

This commit is contained in:
Nick Sweeting 2024-11-19 05:24:12 -08:00
parent f8e2f7c753
commit 6b47510f70
No known key found for this signature in database
5 changed files with 13 additions and 1 deletions

View file

@ -164,3 +164,4 @@ class PlaywrightBinProvider(BinProvider):
return (proc.stderr.strip() + "\n" + proc.stdout.strip()).strip()
PLAYWRIGHT_BINPROVIDER = PlaywrightBinProvider()
PLAYWRIGHT_BINPROVIDER.setup()