Skip to content

Commit f5a42d3

Browse files
committed
MAINT: Update CI
1 parent 4d69731 commit f5a42d3

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
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

ci/azure/azure_template_posix.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff 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

ci/azure/azure_template_windows.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)