@@ -30,38 +30,38 @@ jobs:
3030 # even if tests are skipped/xfailed
3131 pyarrow_version : ["5", "7"]
3232 include :
33- - env_file : actions-38-downstream_compat.yaml
33+ - name : " Downstream Compat"
34+ env_file : actions-38-downstream_compat.yaml
3435 pattern : " not slow and not network and not single_cpu"
3536 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
3839 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
4142 pattern : " not slow and not network and not single_cpu"
4243 extra_apt : " language-pack-it"
4344 lang : " it_IT.utf8"
4445 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
4748 pattern : " not slow and not network and not single_cpu"
4849 extra_apt : " language-pack-zh-hans"
4950 lang : " zh_CN.utf8"
5051 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
5354 pattern : " not slow and not network and not single_cpu"
5455 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
5758 pattern : " not slow and not network and not single_cpu"
5859 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
6162 pattern : " not slow and not network and not single_cpu"
6263 pandas_testing_mode : " deprecate"
6364 test_args : " -W error"
64- name : " Numpy Dev"
6565 fail-fast : false
6666 name : ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
6767 env :
0 commit comments