Skip to content

Commit d78d92f

Browse files
committed
Revert "BUG: Run Window Python package build as administrator"
This reverts commit 85d019e. This commit did not address the permission error in Azure Pipelines and newer pipeline builds are throwing: 'Start-Process' is not recognized as an internal or external command,
1 parent 85d019e commit d78d92f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
set ITK_PACKAGE_VERSION=$(ITKPythonGitTag)
211211
set CC=cl.exe
212212
set CXX=cl.exe
213-
Start-Process powershell.exe -Verb Runas -ArgumentList "-File .\windows-download-cache-and-build-module-wheels.ps1"
213+
powershell.exe -file .\windows-download-cache-and-build-module-wheels.ps1
214214
displayName: 'Build Python packages'
215215
216216
- task: PublishPipelineArtifact@0

0 commit comments

Comments
 (0)