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