Skip to content

Commit 2fd8b49

Browse files
authored
Revert "Fixed install.py setuptools issue. (nv-legate#904)" (nv-legate#909)
This reverts commit 5cdd5f8.
1 parent 93f3d42 commit 2fd8b49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ 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"})
360361
else:
361362
if not build_isolation:
362363
pip_install_cmd += ["--no-deps", "--no-build-isolation"]

0 commit comments

Comments
 (0)