File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 3131 # Prevent the include jobs from overriding other jobs
3232 pattern : [""]
3333 pandas_future_infer_string : ["1"]
34+ pandas_future_python_scalars : ["0"]
3435 include :
3536 - name : " Downstream Compat"
3637 env_file : actions-313-downstream_compat.yaml
7576 env_file : actions-313.yaml
7677 pandas_future_infer_string : " 0"
7778 platform : ubuntu-24.04
79+ - name : " PANDAS_FUTURE_PYTHON_SCALARS=1"
80+ env_file : actions-313.yaml
81+ pandas_future_python_scalars : " 1"
82+ platform : ubuntu-24.04
7883 - name : " Numpy Dev"
7984 env_file : actions-313-numpydev.yaml
8085 pattern : " not slow and not network and not single_cpu"
9297 LC_ALL : ${{ matrix.lc_all || '' }}
9398 PANDAS_CI : ' 1'
9499 PANDAS_FUTURE_INFER_STRING : ${{ matrix.pandas_future_infer_string || '1' }}
100+ PANDAS_FUTURE_PYTHON_SCALARS : ${{ matrix.pandas_future_python_scalars || '0' }}
95101 TEST_ARGS : ${{ matrix.test_args || '' }}
96102 PYTEST_WORKERS : ' auto'
97103 PYTEST_TARGET : ${{ matrix.pytest_target || 'pandas' }}
You can’t perform that action at this time.
0 commit comments