-
Notifications
You must be signed in to change notification settings - Fork 3.3k
{CI} Fix python version #15804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{CI} Fix python version #15804
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
|
|
@@ -92,7 +92,7 @@ jobs: | |||
| - task: UsePythonVersion@0 | ||||
| displayName: 'Use Python 3' | ||||
| inputs: | ||||
| versionSpec: 3.x | ||||
| versionSpec: 3.8 | ||||
|
|
||||
| - bash: ./scripts/ci/dependency_check.sh | ||||
| displayName: 'Verify src/azure-cli/requirements.py3.Linux.txt' | ||||
|
|
@@ -107,7 +107,7 @@ jobs: | |||
| - task: UsePythonVersion@0 | ||||
| displayName: 'Use Python 3' | ||||
| inputs: | ||||
| versionSpec: 3.x | ||||
| versionSpec: 3.8 | ||||
|
|
||||
| - bash: ./scripts/ci/dependency_check.sh | ||||
| displayName: 'Verify src/azure-cli/requirements.py3.Darwin.txt' | ||||
|
|
@@ -122,7 +122,7 @@ jobs: | |||
| - task: UsePythonVersion@0 | ||||
| displayName: 'Use Python 3' | ||||
| inputs: | ||||
| versionSpec: 3.x | ||||
| versionSpec: 3.8 | ||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Line 125 in d9afad7
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah. I see you are targeting the |
||||
|
|
||||
| - task: BatchScript@1 | ||||
| inputs: | ||||
|
|
||||
Uh oh!
There was an error while loading. Please reload this page.