29
29
matrix :
30
30
env_file : [actions-38.yaml, actions-39.yaml, actions-310.yaml]
31
31
pattern : ["not single_cpu", "single_cpu"]
32
- pyarrow_version : ["7", "8", "9"]
32
+ pyarrow_version : ["7", "8", "9", "10" ]
33
33
include :
34
34
- name : " Downstream Compat"
35
35
env_file : actions-38-downstream_compat.yaml
38
38
- name : " Minimum Versions"
39
39
env_file : actions-38-minimum_versions.yaml
40
40
pattern : " not slow and not network and not single_cpu"
41
+ error_on_warnings : " 0"
41
42
- name : " Locale: it_IT"
42
43
env_file : actions-38.yaml
43
44
pattern : " not slow and not network and not single_cpu"
@@ -62,33 +63,42 @@ jobs:
62
63
env_file : actions-310.yaml
63
64
pattern : " not slow and not network and not single_cpu"
64
65
pandas_copy_on_write : " 1"
66
+ error_on_warnings : " 0"
65
67
- name : " Data Manager"
66
68
env_file : actions-38.yaml
67
69
pattern : " not slow and not network and not single_cpu"
68
70
pandas_data_manager : " array"
71
+ error_on_warnings : " 0"
69
72
- name : " Pypy"
70
73
env_file : actions-pypy-38.yaml
71
74
pattern : " not slow and not network and not single_cpu"
72
75
test_args : " --max-worker-restart 0"
76
+ error_on_warnings : " 0"
73
77
- name : " Numpy Dev"
74
78
env_file : actions-310-numpydev.yaml
75
79
pattern : " not slow and not network and not single_cpu"
76
80
test_args : " -W error::DeprecationWarning:numpy -W error::FutureWarning:numpy"
81
+ error_on_warnings : " 0"
77
82
exclude :
78
- - env_file : actions-39.yaml
79
- pyarrow_version : " 6"
80
- - env_file : actions-39.yaml
83
+ - env_file : actions-38.yaml
81
84
pyarrow_version : " 7"
82
- - env_file : actions-310.yaml
83
- pyarrow_version : " 6"
84
- - env_file : actions-310.yaml
85
+ - env_file : actions-38.yaml
86
+ pyarrow_version : " 8"
87
+ - env_file : actions-38.yaml
88
+ pyarrow_version : " 9"
89
+ - env_file : actions-39.yaml
85
90
pyarrow_version : " 7"
91
+ - env_file : actions-39.yaml
92
+ pyarrow_version : " 8"
93
+ - env_file : actions-39.yaml
94
+ pyarrow_version : " 9"
86
95
fail-fast : false
87
96
name : ${{ matrix.name || format('{0} pyarrow={1} {2}', matrix.env_file, matrix.pyarrow_version, matrix.pattern) }}
88
97
env :
89
98
ENV_FILE : ci/deps/${{ matrix.env_file }}
90
99
PATTERN : ${{ matrix.pattern }}
91
100
EXTRA_APT : ${{ matrix.extra_apt || '' }}
101
+ ERROR_ON_WARNINGS : ${{ matrix.error_on_warnings || '1' }}
92
102
LANG : ${{ matrix.lang || '' }}
93
103
LC_ALL : ${{ matrix.lc_all || '' }}
94
104
PANDAS_DATA_MANAGER : ${{ matrix.pandas_data_manager || 'block' }}
0 commit comments