Skip to content

Commit 35adf56

Browse files
committed
Try to resolve setuptools version conflict
1 parent 65ff9db commit 35adf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-core/tests/integ/remote_function/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def _build_and_upload_core_wheel(sagemaker_session):
2323
dist_dir = tempfile.mkdtemp(prefix="sagemaker_core_wheel_")
2424

2525
subprocess.run(
26-
[sys.executable, "-m", "pip", "wheel", "--no-deps", "-w", dist_dir, "."],
26+
[sys.executable, "-m", "pip", "wheel", "--no-build-isolation", "--no-deps", "-w", dist_dir, "."],
2727
cwd=os.path.join(repo_root, "sagemaker-core"),
2828
check=True,
2929
)

0 commit comments

Comments
 (0)