@@ -31,38 +31,38 @@ jobs:
31
31
# even if tests are skipped/xfailed
32
32
pyarrow_version : ["5", "6", "7"]
33
33
include :
34
- - env_file : actions-38-downstream_compat.yaml
34
+ - name : " Downstream Compat"
35
+ env_file : actions-38-downstream_compat.yaml
35
36
pattern : " not slow and not network and not single_cpu"
36
37
pytest_target : " pandas/tests/test_downstream.py"
37
- name : " Downstream Compat "
38
- - env_file : actions-38-minimum_versions.yaml
38
+ - name : " Minimum Versions "
39
+ env_file : actions-38-minimum_versions.yaml
39
40
pattern : " not slow and not network and not single_cpu"
40
- name : " Minimum Versions "
41
- - env_file : actions-38.yaml
41
+ - name : " Locale: it_IT.utf8 "
42
+ env_file : actions-38.yaml
42
43
pattern : " not slow and not network and not single_cpu"
43
44
extra_apt : " language-pack-it"
44
45
lang : " it_IT.utf8"
45
46
lc_all : " it_IT.utf8"
46
- name : " Locale: it_IT .utf8"
47
- - env_file : actions-38.yaml
47
+ - name : " Locale: zh_CN .utf8"
48
+ env_file : actions-38.yaml
48
49
pattern : " not slow and not network and not single_cpu"
49
50
extra_apt : " language-pack-zh-hans"
50
51
lang : " zh_CN.utf8"
51
52
lc_all : " zh_CN.utf8"
52
- name : " Locale: zh_CN.utf8 "
53
- - env_file : actions-38.yaml
53
+ - name : " Data Manager "
54
+ env_file : actions-38.yaml
54
55
pattern : " not slow and not network and not single_cpu"
55
56
pandas_data_manager : " array"
56
- name : " Data Manager "
57
- - env_file : actions-pypy-38.yaml
57
+ - name : " Pypy "
58
+ env_file : actions-pypy-38.yaml
58
59
pattern : " not slow and not network and not single_cpu"
59
60
test_args : " --max-worker-restart 0"
60
- name : " Pypy "
61
- - env_file : actions-310-numpydev.yaml
61
+ - name : " Numpy Dev "
62
+ env_file : actions-310-numpydev.yaml
62
63
pattern : " not slow and not network and not single_cpu"
63
64
pandas_testing_mode : " deprecate"
64
65
test_args : " -W error"
65
- name : " Numpy Dev"
66
66
fail-fast : false
67
67
name : ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
68
68
env :
0 commit comments