8000 Remove temporary step · mxschmitt/python-versions@f4137da · GitHub
[go: up one dir, main page]

Skip to content

Commit f4137da

Browse files
author
MaksimZhukov
committed
Remove temporary step
1 parent 456c8c3 commit f4137da

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

azure-pipelines/templates/build-job.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@ jobs:
88
- checkout: self
99
submodules: true
1010

11-
# We need this temporary step to have a consistent version of PowerShell on all images.
12-
- task: PowerShell@2
13-
displayName: 'Update PowerShell version for macOS'
14-
condition: eq(variables['Platform'], 'darwin')
15-
inputs:
16-
TargetType: inline
17-
script: |
18-
brew update
19-
brew upgrade --cask powershell
20-
2111
- task: PowerShell@2
2212
displayName: 'Build Python $(VERSION)'
2313
inputs:

0 commit comments

Comments
 (0)
0