@@ -27,58 +27,60 @@ jobs:
27
27
timeout-minutes : 180
28
28
strategy :
29
29
matrix :
30
- env_file : [actions-38.yaml, actions-39.yaml, actions-310.yaml]
30
+ # env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
31
+ env_file : [actions-38.yaml]
31
32
pattern : ["not single_cpu", "single_cpu"]
32
- pyarrow_version : ["7", "8", "9", "10"]
33
- include :
34
- - name : " Downstream Compat"
35
- env_file : actions-38-downstream_compat.yaml
36
- pattern : " not slow and not network and not single_cpu"
37
- pytest_target : " pandas/tests/test_downstream.py"
38
- - name : " Minimum Versions"
39
- env_file : actions-38-minimum_versions.yaml
40
- pattern : " not slow and not network and not single_cpu"
41
- error_on_warnings : " 0"
42
- - name : " Locale: it_IT"
43
- env_file : actions-38.yaml
44
- pattern : " not slow and not network and not single_cpu"
45
- extra_apt : " language-pack-it"
46
- # Use the utf8 version as the default, it has no bad side-effect.
47
- lang : " it_IT.utf8"
48
- lc_all : " it_IT.utf8"
49
- # Also install it_IT (its encoding is ISO8859-1) but do not activate it.
50
- # It will be temporarily activated during tests with locale.setlocale
51
- extra_loc : " it_IT"
52
- - name : " Locale: zh_CN"
53
- env_file : actions-38.yaml
54
- pattern : " not slow and not network and not single_cpu"
55
- extra_apt : " language-pack-zh-hans"
56
- # Use the utf8 version as the default, it has no bad side-effect.
57
- lang : " zh_CN.utf8"
58
- lc_all : " zh_CN.utf8"
59
- # Also install zh_CN (its encoding is gb2312) but do not activate it.
60
- # It will be temporarily activated during tests with locale.setlocale
61
- extra_loc : " zh_CN"
62
- - name : " Copy-on-Write"
63
- env_file : actions-310.yaml
64
- pattern : " not slow and not network and not single_cpu"
65
- pandas_copy_on_write : " 1"
66
- error_on_warnings : " 0"
67
- - name : " Data Manager"
68
- env_file : actions-38.yaml
69
- pattern : " not slow and not network and not single_cpu"
70
- pandas_data_manager : " array"
71
- error_on_warnings : " 0"
72
- - name : " Pypy"
73
- env_file : actions-pypy-38.yaml
74
- pattern : " not slow and not network and not single_cpu"
75
- test_args : " --max-worker-restart 0"
76
- error_on_warnings : " 0"
77
- - name : " Numpy Dev"
78
- env_file : actions-310-numpydev.yaml
79
- pattern : " not slow and not network and not single_cpu"
80
- test_args : " -W error::DeprecationWarning:numpy -W error::FutureWarning:numpy"
81
- error_on_warnings : " 0"
33
+ # pyarrow_version: ["7", "8", "9", "10"]
34
+ pyarrow_version : ["10"]
35
+ # include:
36
+ # - name: "Downstream Compat"
37
+ # env_file: actions-38-downstream_compat.yaml
38
+ # pattern: "not slow and not network and not single_cpu"
39
+ # pytest_target: "pandas/tests/test_downstream.py"
40
+ # - name: "Minimum Versions"
41
+ # env_file: actions-38-minimum_versions.yaml
42
+ # pattern: "not slow and not network and not single_cpu"
43
+ # error_on_warnings: "0"
44
+ # - name: "Locale: it_IT"
45
+ # env_file: actions-38.yaml
46
+ # pattern: "not slow and not network and not single_cpu"
47
+ # extra_apt: "language-pack-it"
48
+ # # Use the utf8 version as the default, it has no bad side-effect.
49
+ # lang: "it_IT.utf8"
50
+ # lc_all: "it_IT.utf8"
51
+ # # Also install it_IT (its encoding is ISO8859-1) but do not activate it.
52
+ # # It will be temporarily activated during tests with locale.setlocale
53
+ # extra_loc: "it_IT"
54
+ # - name: "Locale: zh_CN"
55
+ # env_file: actions-38.yaml
56
+ # pattern: "not slow and not network and not single_cpu"
57
+ # extra_apt: "language-pack-zh-hans"
58
+ # # Use the utf8 version as the default, it has no bad side-effect.
59
+ # lang: "zh_CN.utf8"
60
+ # lc_all: "zh_CN.utf8"
61
+ # # Also install zh_CN (its encoding is gb2312) but do not activate it.
62
+ # # It will be temporarily activated during tests with locale.setlocale
63
+ # extra_loc: "zh_CN"
64
+ # - name: "Copy-on-Write"
65
+ # env_file: actions-310.yaml
66
+ # pattern: "not slow and not network and not single_cpu"
67
+ # pandas_copy_on_write: "1"
68
+ # error_on_warnings: "0"
69
+ # - name: "Data Manager"
70
+ # env_file: actions-38.yaml
71
+ # pattern: "not slow and not network and not single_cpu"
72
+ # pandas_data_manager: "array"
73
+ # error_on_warnings: "0"
74
+ # - name: "Pypy"
75
+ # env_file: actions-pypy-38.yaml
76
+ # pattern: "not slow and not network and not single_cpu"
77
+ # test_args: "--max-worker-restart 0"
78
+ # error_on_warnings: "0"
79
+ # - name: "Numpy Dev"
80
+ # env_file: actions-310-numpydev.yaml
81
+ # pattern: "not slow and not network and not single_cpu"
82
+ # test_args: "-W error::DeprecationWarning:numpy -W error::FutureWarning:numpy"
83
+ # error_on_warnings: "0"
82
84
exclude :
83
85
- env_file : actions-38.yaml
84
86
pyarrow_version : " 7"
0 commit comments