Skip to content

Commit 1a86fef

Browse files
committed
chore: roll Playwright to 1.7
1 parent 345dc10 commit 1a86fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

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

26-
driver_version = "0.170.0-next.1608058598043"
26+
driver_version = "0.170.0"
2727

2828

2929
with open("README.md", "r", encoding="utf-8") as fh:
@@ -44,7 +44,7 @@ def run(self) -> None:
4444
for platform in ["mac", "linux", "win32", "win32_x64"]:
4545
zip_file = f"playwright-cli-{driver_version}-{platform}.zip"
4646
if not os.path.exists("driver/" + zip_file):
47-
url = "https://playwright.azureedge.net/builds/cli/next/" + zip_file
47+
url = "https://playwright.azureedge.net/builds/cli/" + zip_file
4848
print("Fetching ", url)
4949
subprocess.check_call(
5050
["curl", "--http1.1", url, "-o", "driver/" + zip_file]

0 commit comments

Comments
 (0)