@@ -31,38 +31,38 @@ jobs:
3131 # even if tests are skipped/xfailed
3232 pyarrow_version : ["5", "6", "7"]
3333 include :
34- - env_file : actions-38-downstream_compat.yaml
34+ - name : " Downstream Compat"
35+ env_file : actions-38-downstream_compat.yaml
3536 pattern : " not slow and not network and not single_cpu"
3637 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
3940 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
4243 pattern : " not slow and not network and not single_cpu"
4344 extra_apt : " language-pack-it"
4445 lang : " it_IT.utf8"
4546 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
4849 pattern : " not slow and not network and not single_cpu"
4950 extra_apt : " language-pack-zh-hans"
5051 lang : " zh_CN.utf8"
5152 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
5455 pattern : " not slow and not network and not single_cpu"
5556 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
5859 pattern : " not slow and not network and not single_cpu"
5960 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
6263 pattern : " not slow and not network and not single_cpu"
6364 pandas_testing_mode : " deprecate"
6465 test_args : " -W error"
65- name : " Numpy Dev"
6666 fail-fast : false
6767 name : ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
6868 env :
0 commit comments