mirror of
https://github.com/actions/python-versions.git
synced 2025-12-12 13:43:56 +00:00
Remove temporary step
This commit is contained in:
@@ -8,16 +8,6 @@ jobs:
|
|||||||
- checkout: self
|
- checkout: self
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
# We need this temporary step to have a consistent version of PowerShell on all images.
|
|
||||||
- task: PowerShell@2
|
|
||||||
displayName: 'Update PowerShell version for macOS'
|
|
||||||
condition: eq(variables['Platform'], 'darwin')
|
|
||||||
inputs:
|
|
||||||
TargetType: inline
|
|
||||||
script: |
|
|
||||||
brew update
|
|
||||||
brew upgrade --cask powershell
|
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Build Python $(VERSION)'
|
displayName: 'Build Python $(VERSION)'
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user