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 14
14
condarc-file : ci/.condarc
15
15
cache-environment : true
16
16
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 60
60
- name : " Future infer strings"
61
61
env_file : actions-311.yaml
62
62
pandas_future_infer_string : " 1"
63
+ - name : " Future infer strings (without pyarrow)"
64
+ env_file : actions-311.yaml
65
+ pandas_future_infer_string : " 1"
63
66
- name : " Pypy"
64
67
env_file : actions-pypy-39.yaml
65
68
pattern : " not slow and not network and not single_cpu"
85
88
NPY_PROMOTION_STATE : ${{ matrix.env_file == 'actions-311-numpydev.yaml' && 'weak' || 'legacy' }}
86
89
# Clipboard tests
87
90
QT_QPA_PLATFORM : offscreen
91
+ REMOVE_PYARROW : ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
88
92
concurrency :
89
93
# https://github.community/t/concurrecy-not-work-for-push/183068/7
90
94
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