Skip to content

Commit a4ec658

Browse files
committed
chore: roll Playwright to 1.9.1-1614225150000
1 parent 68ffc4b commit a4ec658

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
import setuptools
2424
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
2525

26-
driver_version = "1.9.0-1614037901000"
26+
driver_version = "1.9.1-1614225150000"
27+
2728

2829
with open("README.md", "r", encoding="utf-8") as fh:
2930
long_description = fh.read()
@@ -54,8 +55,7 @@ def run(self) -> None:
5455
for platform in ["mac", "linux", "win32", "win32_x64"]:
5556
zip_file = f"playwright-{driver_version}-{platform}.zip"
5657
if not os.path.exists("driver/" + zip_file):
57-
url = "https://playwright.azureedge.net/builds/driver/"
58-
url = url + "next/"
58+
url = "https://playwright.azureedge.net/builds/driver/next/"
5959
url = url + zip_file
6060
print("Fetching ", url)
6161
subprocess.check_call(

0 commit comments

Comments
 (0)