Skip to content

Commit

Permalink
Upgrade Python to 3.9 for azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
继盛 committed Mar 24, 2022
1 parent 89c41b5 commit 819790c
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 @@ -23,7 +23,7 @@ jobs:
mars.test.module: 'tensor'

variables:
PYTHON: '3.8'
PYTHON: '3.9'

steps:
- powershell: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
vmImage: 'ubuntu-latest'

variables:
PYTHON: '3.8'
PYTHON: '3.9'

steps:
- bash: |
Expand Down

0 comments on commit 819790c

Please sign in to comment.