Skip to content

Commit

Permalink
upgrade pipeline python35 to python36 (microsoft#2778)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1182561)
  • Loading branch information
chicm-ms authored and LovPe committed Aug 14, 2020
1 parent bb2ed15 commit 651f59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ jobs:
sphinx-build -M html . _build -W
displayName: 'Sphinx Documentation Build check'
- job: 'ubuntu_1604_python35_legacy_torch_tf'
- job: 'ubuntu_1804_python36_legacy_torch_tf'
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'Ubuntu 18.04'

steps:
- script: |
Expand Down

0 comments on commit 651f59d

Please sign in to comment.