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 7777 env_file : actions-311-pyarrownightly.yaml
7878 pattern : " not slow and not network and not single_cpu"
7979 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 }}
8181 env :
8282 PATTERN : ${{ matrix.pattern }}
8383 LANG : ${{ matrix.lang || 'C.UTF-8' }}
9292 REMOVE_PYARROW : ${{ matrix.name == 'Future infer strings (without pyarrow)' && '1' || '0' }}
9393 concurrency :
9494 # 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 }}
9696 cancel-in-progress : true
9797
9898 services :
Original file line number Diff line number Diff line change @@ -173,8 +173,6 @@ jobs:
173173 wheel
174174 cache-downloads : true
175175 cache-environment : true
176- cache-environment-key : ${{ matrix.buildplat[0] }}
177- cache-downloads-key : ${{ matrix.buildplat[0] }}
178176
179177 - name : Validate wheel RECORD
180178 shell : bash -el {0}
You can’t perform that action at this time.
0 commit comments