File tree 3 files changed +28
-30
lines changed 3 files changed +28
-30
lines changed Original file line number Diff line number Diff line change 20
20
- template : ci/azure/azure_template_posix.yml
21
21
parameters :
22
22
name : Linux
23
- vmImage : ubuntu-20.04
23
+ vmImage : ubuntu-latest
24
24
25
25
- template : ci/azure/azure_template_windows.yml
26
26
parameters :
27
27
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:
16
16
vmImage : ${{ parameters.vmImage }}
17
17
strategy :
18
18
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'
33
32
34
33
steps :
35
34
- task : UsePythonVersion@0
Original file line number Diff line number Diff line change @@ -16,20 +16,19 @@ jobs:
16
16
vmImage : ${{ parameters.vmImage }}
17
17
strategy :
18
18
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'
33
32
34
33
steps :
35
34
- task : UsePythonVersion@0
You can’t perform that action at this time.
0 commit comments