Skip to content

Commit 72d7e0d

Browse files
authored
fixes
1 parent b67f55b commit 72d7e0d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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' }}
@@ -92,7 +92,7 @@ jobs:
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:

.github/workflows/wheels.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)