Skip to content

Commit ab6d29f

Browse files
committed
revert patch
1 parent ead7766 commit ab6d29f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/patch_helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@ def trigger_language_patching(image_uri, s3_downloaded_path, python_version=None
4545
FORMATTER.print(f"[trigger_language] docker_run_cmd : {docker_run_cmd}")
4646
container_id = run(f"{docker_run_cmd}", hide=True).stdout.strip()
4747
docker_exec_cmd = f"docker exec -i {container_id}"
48-
install_setuptools_cmd = "pip install 'setuptools<82'"
4948

5049
try:
51-
run(f"{docker_exec_cmd} {install_setuptools_cmd}", hide=True, warn=True)
5250
absolute_core_package_path = get_core_packages_path(image_uri, python_version)
5351
core_package_path_within_dlc_repo = ""
5452
if os.path.exists(absolute_core_package_path):

0 commit comments

Comments
 (0)