Skip to content

Commit

Permalink
check for precached py39 (#15493)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored Nov 30, 2020
1 parent 977c5a9 commit 30db1cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
RunForPR: false
Linux_Python39:
OSVmImage: 'ubuntu-18.04'
PythonVersion: '3.9.0'
PythonVersion: '3.9'
CoverageArg: ''
RunForPR: true
AdditionalTestMatrix: []
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parameters:
PythonVersion: 'pypy3'
Linux_Python39:
OSVmImage: 'ubuntu-18.04'
PythonVersion: '3.9.0'
PythonVersion: '3.9'

jobs:
- job: ${{ parameters.JobName }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/devops_tasks/install_python_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

MAX_INSTALLER_RETRY = 3
CURRENT_UBUNTU_VERSION = "18.04" # full title is ubuntu-18.04
MAX_PRECACHED_VERSION = "3.8.9"
MAX_PRECACHED_VERSION = "3.9.0"

UNIX_INSTALL_ARRAY = ["sh", "setup.sh"]
WIN_INSTALL_ARRAY = ["pwsh", "setup.ps1"]
Expand Down

0 comments on commit 30db1cf

Please sign in to comment.