Skip to content

Commit 5cdd5f8

Browse files
authored
Fixed install.py setuptools issue. (nv-legate#904)
1 parent 4c96f3d commit 5cdd5f8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ def validate_path(path):
357357
if editable:
358358
# editable implies build_isolation = False
359359
pip_install_cmd += ["--no-deps", "--no-build-isolation", "--editable"]
360-
cmd_env.update({"SETUPTOOLS_ENABLE_FEATURES": "legacy-editable"})
361360
else:
362361
if not build_isolation:
363362
pip_install_cmd += ["--no-deps", "--no-build-isolation"]

0 commit comments

Comments
 (0)