Skip to content

Commit

Permalink
chore: roll driver to 1.9.2 (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Mar 10, 2021
1 parent 0d4bef9 commit f01e0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import setuptools
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand

driver_version = "1.9.1-1614225150000"
driver_version = "1.9.2"


with open("README.md", "r", encoding="utf-8") as fh:
Expand Down Expand Up @@ -55,7 +55,7 @@ def run(self) -> None:
for platform in ["mac", "linux", "win32", "win32_x64"]:
zip_file = f"playwright-{driver_version}-{platform}.zip"
if not os.path.exists("driver/" + zip_file):
url = "https://playwright.azureedge.net/builds/driver/next/"
url = "https://playwright.azureedge.net/builds/driver/"
url = url + zip_file
print("Fetching ", url)
subprocess.check_call(
Expand Down

0 comments on commit f01e0b3

Please sign in to comment.