File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 77
77
env_file : actions-311-pyarrownightly.yaml
78
78
pattern : " not slow and not network and not single_cpu"
79
79
fail-fast : false
80
- name : ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}
80
+ name : ${{ matrix.name || format('ubuntu-latest {0}', matrix.env_file) }}-${{ matrix.platform }}
81
81
env :
82
82
PATTERN : ${{ matrix.pattern }}
83
83
LANG : ${{ matrix.lang || 'C.UTF-8' }}
92
92
REMOVE_PYARROW : ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
93
93
concurrency :
94
94
# https://github.community/t/concurrecy-not-work-for-push/183068/7
95
- group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_future_infer_string }}
95
+ group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.pattern }}-${{ matrix.extra_apt || '' }}-${{ matrix.pandas_future_infer_string }}-${{ matrix.platform }}
96
96
cancel-in-progress : true
97
97
98
98
services :
Original file line number Diff line number Diff line change @@ -173,8 +173,6 @@ jobs:
173
173
wheel
174
174
cache-downloads : true
175
175
cache-environment : true
176
- cache-environment-key : ${{ matrix.buildplat[0] }}
177
- cache-downloads-key : ${{ matrix.buildplat[0] }}
178
176
179
177
- name : Validate wheel RECORD
180
178
shell : bash -el {0}
You can’t perform that action at this time.
0 commit comments