File tree Expand file tree Collapse file tree 3 files changed +28
-30
lines changed Expand file tree Collapse file tree 3 files changed +28
-30
lines changed Original file line number Diff line number Diff line change 2020- template : ci/azure/azure_template_posix.yml
2121 parameters :
2222 name : Linux
23- vmImage : ubuntu-20.04
23+ vmImage : ubuntu-latest
2424
2525- template : ci/azure/azure_template_windows.yml
2626 parameters :
2727 name : Windows
28- vmImage : windows-2019
28+ vmImage : windows-latest
Original file line number Diff line number Diff line change @@ -16,20 +16,19 @@ jobs:
1616 vmImage : ${{ parameters.vmImage }}
1717 strategy :
1818 matrix :
19- ${{ if eq(parameters.name, 'Linux') }} :
20- python38_legacy :
21- python.version : ' 3.8'
22- PANDAS : 1.5.3
23- python39_legacy :
24- python.version : ' 3.9'
25- PANDAS : 1.5.3
26- python310_recent :
27- python.version : ' 3.9'
28- PANDAS : 2.0.3
29- python311_latest :
30- python.version : ' 3.11'
31- python312_latest :
32- python.version : ' 3.12'
19+ python38_legacy :
20+ python.version : ' 3.8'
21+ PANDAS : 1.5.3
22+ python39_legacy :
23+ python.version : ' 3.9'
24+ PANDAS : 1.5.3
25+ python310_recent :
26+ python.version : ' 3.9'
27+ PANDAS : 2.0.3
28+ python311_latest :
29+ python.version : ' 3.11'
30+ python312_latest :
31+ python.version : ' 3.12'
3332
3433 steps :
3534 - task : UsePythonVersion@0
Original file line number Diff line number Diff line change @@ -16,20 +16,19 @@ jobs:
1616 vmImage : ${{ parameters.vmImage }}
1717 strategy :
1818 matrix :
19- ${{ if eq(parameters.name, 'Linux') }} :
20- python38_legacy :
21- python.version : ' 3.8'
22- PANDAS : 1.5.3
23- python39_legecy :
24- python.version : ' 3.9'
25- PANDAS : 1.5.3
26- python310_recent :
27- python.version : ' 3.10'
28- PANDAS : 2.0.3
29- python311_latest :
30- python.version : ' 3.11'
31- python312_latest :
32- python.version : ' 3.12'
19+ python38_legacy :
20+ python.version : ' 3.8'
21+ PANDAS : 1.5.3
22+ python39_legecy :
23+ python.version : ' 3.9'
24+ PANDAS : 1.5.3
25+ python310_recent :
26+ python.version : ' 3.10'
27+ PANDAS : 2.0.3
28+ python311_latest :
29+ python.version : ' 3.11'
30+ python312_latest :
31+ python.version : ' 3.12'
3332
3433 steps :
3534 - task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments