Skip to content

Commit 942f767

Browse files
authored
Prevent error updating pip (Azure#24554)
1 parent a1afd9d commit 942f767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/steps/analyze_dependency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ steps:
99
versionSpec: '$(PythonVersion)'
1010

1111
- pwsh: |
12-
pip install -r eng/ci_tools.txt $(if($IsWindows) {"--user" })
12+
python -m pip install -r eng/ci_tools.txt $(if($IsWindows) {"--user" })
1313
displayName: 'Install Python Tools'
1414
condition: succeededOrFailed()
1515

0 commit comments

Comments
 (0)