@@ -27,18 +27,18 @@ jobs:
27
27
strategy :
28
28
matrix :
29
29
platform : [ubuntu-24.04, ubuntu-24.04-arm]
30
- env_file : [actions-310.yaml, actions- 311.yaml, actions-312.yaml, actions-313.yaml]
30
+ env_file : [actions-311.yaml, actions-312.yaml, actions-313.yaml]
31
31
# Prevent the include jobs from overriding other jobs
32
32
pattern : [""]
33
33
pandas_future_infer_string : ["1"]
34
34
include :
35
35
- name : " Downstream Compat"
36
- env_file : actions-311 -downstream_compat.yaml
36
+ env_file : actions-313 -downstream_compat.yaml
37
37
pattern : " not slow and not network and not single_cpu"
38
38
pytest_target : " pandas/tests/test_downstream.py"
39
39
platform : ubuntu-24.04
40
40
- name : " Minimum Versions"
41
- env_file : actions-310 -minimum_versions.yaml
41
+ env_file : actions-311 -minimum_versions.yaml
42
42
pattern : " not slow and not network and not single_cpu"
43
43
platform : ubuntu-24.04
44
44
- name : " Freethreading"
50
50
pattern : " not slow and not network and not single_cpu"
51
51
platform : ubuntu-24.04
52
52
- name : " Locale: it_IT"
53
- env_file : actions-311 .yaml
53
+ env_file : actions-313 .yaml
54
54
pattern : " not slow and not network and not single_cpu"
55
55
extra_apt : " language-pack-it"
56
56
# Use the utf8 version as the default, it has no bad side-effect.
61
61
extra_loc : " it_IT"
62
62
platform : ubuntu-24.04
63
63
- name : " Locale: zh_CN"
64
- env_file : actions-311 .yaml
64
+ env_file : actions-313 .yaml
65
65
pattern : " not slow and not network and not single_cpu"
66
66
extra_apt : " language-pack-zh-hans"
67
67
# Use the utf8 version as the default, it has no bad side-effect.
@@ -72,16 +72,16 @@ jobs:
72
72
extra_loc : " zh_CN"
73
73
platform : ubuntu-24.04
74
74
- name : " PANDAS_FUTURE_INFER_STRING=0"
75
- env_file : actions-312 .yaml
75
+ env_file : actions-313 .yaml
76
76
pandas_future_infer_string : " 0"
77
77
platform : ubuntu-24.04
78
78
- name : " Numpy Dev"
79
- env_file : actions-311 -numpydev.yaml
79
+ env_file : actions-313 -numpydev.yaml
80
80
pattern : " not slow and not network and not single_cpu"
81
81
test_args : " -W error::DeprecationWarning -W error::FutureWarning"
82
82
platform : ubuntu-24.04
83
83
- name : " Pyarrow Nightly"
84
- env_file : actions-311 -pyarrownightly.yaml
84
+ env_file : actions-313 -pyarrownightly.yaml
85
85
pattern : " not slow and not network and not single_cpu"
86
86
platform : ubuntu-24.04
87
87
fail-fast : false
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
steps :
141
141
- name : Checkout
142
- uses : actions/checkout@v4
142
+ uses : actions/checkout@v5
143
143
with :
144
144
fetch-depth : 0
145
145
@@ -183,7 +183,7 @@ jobs:
183
183
matrix :
184
184
# Note: Don't use macOS latest since macos 14 appears to be arm64 only
185
185
os : [macos-13, macos-14, windows-latest]
186
- env_file : [actions-310.yaml, actions- 311.yaml, actions-312.yaml, actions-313.yaml]
186
+ env_file : [actions-311.yaml, actions-312.yaml, actions-313.yaml]
187
187
fail-fast : false
188
188
runs-on : ${{ matrix.os }}
189
189
name : ${{ format('{0} {1}', matrix.os, matrix.env_file) }}
@@ -199,7 +199,7 @@ jobs:
199
199
200
200
steps :
201
201
- name : Checkout
202
- uses : actions/checkout@v4
202
+ uses : actions/checkout@v5
203
203
with :
204
204
fetch-depth : 0
205
205
@@ -337,7 +337,7 @@ jobs:
337
337
PYTEST_TARGET : pandas
338
338
339
339
steps :
340
- - uses : actions/checkout@v4
340
+ - uses : actions/checkout@v5
341
341
with :
342
342
fetch-depth : 0
343
343
@@ -374,7 +374,7 @@ jobs:
374
374
cancel-in-progress : true
375
375
steps :
376
376
- name : Checkout pandas Repo
377
- uses : actions/checkout@v4
377
+ uses : actions/checkout@v5
378
378
with :
379
379
fetch-depth : 0
380
380
0 commit comments