@@ -31,14 +31,14 @@ jobs:
31
31
pattern : [""]
32
32
include :
33
33
- name : " Downstream Compat"
34
- env_file : actions-38 -downstream_compat.yaml
34
+ env_file : actions-311 -downstream_compat.yaml
35
35
pattern : " not slow and not network and not single_cpu"
36
36
pytest_target : " pandas/tests/test_downstream.py"
37
37
- name : " Minimum Versions"
38
38
env_file : actions-38-minimum_versions.yaml
39
39
pattern : " not slow and not network and not single_cpu"
40
40
- name : " Locale: it_IT"
41
- env_file : actions-38 .yaml
41
+ env_file : actions-311 .yaml
42
42
pattern : " not slow and not network and not single_cpu"
43
43
extra_apt : " language-pack-it"
44
44
# Use the utf8 version as the default, it has no bad side-effect.
48
48
# It will be temporarily activated during tests with locale.setlocale
49
49
extra_loc : " it_IT"
50
50
- name : " Locale: zh_CN"
51
- env_file : actions-38 .yaml
51
+ env_file : actions-311 .yaml
52
52
pattern : " not slow and not network and not single_cpu"
53
53
extra_apt : " language-pack-zh-hans"
54
54
# Use the utf8 version as the default, it has no bad side-effect.
@@ -58,15 +58,15 @@ jobs:
58
58
# It will be temporarily activated during tests with locale.setlocale
59
59
extra_loc : " zh_CN"
60
60
- name : " Copy-on-Write"
61
- env_file : actions-310 .yaml
61
+ env_file : actions-311 .yaml
62
62
pattern : " not slow and not network and not single_cpu"
63
63
pandas_copy_on_write : " 1"
64
64
- name : " Pypy"
65
65
env_file : actions-pypy-38.yaml
66
66
pattern : " not slow and not network and not single_cpu"
67
67
test_args : " --max-worker-restart 0"
68
68
- name : " Numpy Dev"
69
- env_file : actions-310 -numpydev.yaml
69
+ env_file : actions-311 -numpydev.yaml
70
70
pattern : " not slow and not network and not single_cpu"
71
71
test_args : " -W error::DeprecationWarning -W error::FutureWarning"
72
72
# TODO(cython3): Re-enable once next-beta(after beta 1) comes out
0 commit comments