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