Skip to content

Commit

Permalink
Fix azure python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Jun 18, 2024
1 parent 6c30476 commit bd978b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
timeoutInMinutes: 360
strategy:
matrix:
macos_python311:
python.version: '3.11'
macos_python3.10:
python.version: '3.10'

steps:
- task: UsePythonVersion@0
Expand All @@ -67,8 +67,8 @@ jobs:
timeoutInMinutes: 360
strategy:
matrix:
win_python311:
python.version: '311'
win_python3.9:
python.version: '3.9'

steps:
- powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts"
Expand Down

0 comments on commit bd978b3

Please sign in to comment.