Skip to content

Commit

Permalink
[SeriviceBus/EventHub] Update 3.9.0 to 3.9 in test yml (#15877)
Browse files Browse the repository at this point in the history
echoing: #15493
Py39 is native to the images now. Don't need to download and install it anymore. Accommodating for EH/SB
  • Loading branch information
yunhaoling authored Dec 18, 2020
1 parent 6d4efde commit cc4cbde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/eventhub/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
CoverageArg: '--disablecov'
Linux_Python39:
OSVmImage: 'ubuntu-18.04'
PythonVersion: '3.9.0'
PythonVersion: '3.9'
CoverageArg: ''
Windows_Python27:
OSVmImage: 'windows-2019'
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
CoverageArg: '--disablecov'
Linux_Python39:
OSVmImage: 'ubuntu-18.04'
PythonVersion: '3.9.0'
PythonVersion: '3.9'
CoverageArg: ''

0 comments on commit cc4cbde

Please sign in to comment.