File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
env_file : [actions-38.yaml, actions-39.yaml, actions-310.yaml, actions-311.yaml]
29
29
pattern : ["not single_cpu", "single_cpu"]
30
30
pyarrow_version : ["8", "9", "10"]
31
- pandas_ci : [1]
32
31
include :
33
32
- name : " Downstream Compat"
34
33
env_file : actions-38-downstream_compat.yaml
75
74
test_args : " -W error::DeprecationWarning -W error::FutureWarning"
76
75
# TODO(cython3): Re-enable once next-beta(after beta 1) comes out
77
76
# There are some warnings failing the build with -werror
78
- pandas_ci : 0
77
+ pandas_ci : " 0 "
79
78
exclude :
80
79
- env_file : actions-38.yaml
81
80
pyarrow_version : " 8"
99
98
LC_ALL : ${{ matrix.lc_all || '' }}
100
99
PANDAS_DATA_MANAGER : ${{ matrix.pandas_data_manager || 'block' }}
101
100
PANDAS_COPY_ON_WRITE : ${{ matrix.pandas_copy_on_write || '0' }}
102
- PANDAS_CI : ${{ matrix.pandas_ci }}
101
+ PANDAS_CI : ${{ matrix.pandas_ci || '1' }}
103
102
TEST_ARGS : ${{ matrix.test_args || '' }}
104
103
PYTEST_WORKERS : ${{ contains(matrix.pattern, 'not single_cpu') && 'auto' || '1' }}
105
104
PYTEST_TARGET : ${{ matrix.pytest_target || 'pandas' }}
You can’t perform that action at this time.
0 commit comments