File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1414 condarc-file : ci/.condarc
1515 cache-environment : true
1616 cache-downloads : true
17+
18+ - name : Uninstall pyarrow
19+ if : ${{ env.REMOVE_PYARROW == '1' }}
20+ run : |
21+ micromamba uninstall -y pyarrow
22+ shell : bash -el {0}
Original file line number Diff line number Diff line change 6060 - name : " Future infer strings"
6161 env_file : actions-311.yaml
6262 pandas_future_infer_string : " 1"
63+ - name : " Future infer strings (without pyarrow)"
64+ env_file : actions-311.yaml
65+ pandas_future_infer_string : " 1"
6366 - name : " Pypy"
6467 env_file : actions-pypy-39.yaml
6568 pattern : " not slow and not network and not single_cpu"
8588 NPY_PROMOTION_STATE : ${{ matrix.env_file == 'actions-311-numpydev.yaml' && 'weak' || 'legacy' }}
8689 # Clipboard tests
8790 QT_QPA_PLATFORM : offscreen
91+ REMOVE_PYARROW : ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
8892 concurrency :
8993 # https://github.community/t/concurrecy-not-work-for-push/183068/7
9094 group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}}
You can’t perform that action at this time.
0 commit comments