Skip to content

Commit 6881e51

Browse files
committed
[Fix] python -m build: error: unrecognized arguments: --no-build-isolation
1 parent 392acee commit 6881e51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.ci/pytorch/win-test-helpers/arm64/build_pytorch.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ sccache --zero-stats
7070
sccache --show-stats
7171

7272
# Build the wheel
73-
python -m build --wheel --no-build-isolation
73+
python -m build --wheel --no-isolation
7474
if ($LASTEXITCODE -ne 0) { exit 1 }
7575

7676
# Install the wheel locally

0 commit comments

Comments
 (0)