Skip to content

Commit 2bedb9b

Browse files
authored
Update macos-windows.yml
1 parent c0a7bcc commit 2bedb9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
env_file: [actions-38.yaml, actions-39.yaml, actions-310.yaml]
3232
fail-fast: false
3333
runs-on: ${{ matrix.os }}
34-
name: ${{ matrix.name || format('{0} {1} pyarrow={2}', matrix.os, matrix.env_file, matrix.pyarrow_version) }}
34+
name: ${{ format('{0} {1}', matrix.os, matrix.env_file) }}
3535
concurrency:
3636
# https://github.community/t/concurrecy-not-work-for-push/183068/7
3737
group: ${{ github.event_name == 'push' && github.run_number || github.ref }}-${{ matrix.env_file }}-${{ matrix.os }}
@@ -47,7 +47,7 @@ jobs:
4747
uses: ./.github/actions/setup-pandas
4848
with:
4949
environment-file: ci/deps/${{ matrix.env_file }}
50-
pyarrow-version: ${{ matrix.pyarrow_version }}
50+
pyarrow-version: ${{ matrix.os == 'macos-latest' && '6' || '' }}
5151

5252
- name: Build pandas
5353
uses: ./.github/actions/build_pandas

0 commit comments

Comments
 (0)