Skip to content

Commit ada39a5

Browse files
authored
Merge pull request #25 from thewtex/start-process-not-recognzied
Revert "BUG: Run Window Python package build as administrator"
2 parents 85d019e + d78d92f commit ada39a5

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)