Skip to content

Commit d44e13f

Browse files
committed
Set Versioning for CI
1 parent 597e27d commit d44e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch_python_package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import toml
66

77
patchright_version = os.environ.get('playwright_version')
8-
patchright_version = "1.55.2"
8+
# patchright_version = "1.55.2"
99

1010
def patch_file(file_path: str, patched_tree: ast.AST) -> None:
1111
with open(file_path, "w") as f:

0 commit comments

Comments
 (0)