Skip to content

Commit

Permalink
Remove the version pin now that #40525 is fixed (#43382)
Browse files Browse the repository at this point in the history
  • Loading branch information
past authored Nov 27, 2023
1 parent f994e2f commit 0cb547a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
# TODO(#40525): Revert back to 3.7 once the Mac agent's Python v3.7 contains bz2 again.
versionSpec: '3.7.16'
versionSpec: '3.7'
- template: tools/ci/azure/checkout.yml
- template: tools/ci/azure/tox_pytest.yml
parameters:
Expand Down Expand Up @@ -174,8 +173,7 @@ jobs:
steps:
- task: UsePythonVersion@0
inputs:
# TODO(#40525): Revert back to 3.7 once the Mac agent's Python v3.7 contains bz2 again.
versionSpec: '3.7.16'
versionSpec: '3.7'
- template: tools/ci/azure/checkout.yml
- template: tools/ci/azure/tox_pytest.yml
parameters:
Expand Down Expand Up @@ -208,8 +206,7 @@ jobs:
# full checkout required
- task: UsePythonVersion@0
inputs:
# TODO(#40525): Revert back to 3.7 once the Mac agent's Python v3.7 contains bz2 again.
versionSpec: '3.7.16'
versionSpec: '3.7'
- template: tools/ci/azure/install_chrome.yml
- template: tools/ci/azure/install_firefox.yml
- template: tools/ci/azure/update_hosts.yml
Expand Down

0 comments on commit 0cb547a

Please sign in to comment.