Skip to content

Commit

Permalink
Move block around
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou committed Sep 16, 2024
1 parent dfc79d8 commit a4b52d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/tasks/python-wheels/github.osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ jobs:
python-version: 3.12
update-environment: false

- name: Install MinIO
run: |
$(brew --prefix bash)/bin/bash \
arrow/ci/scripts/install_minio.sh latest /usr/local
- name: Install GCS testbench
env:
PIPX_BIN_DIR: /usr/local/bin
PIPX_BASE_PYTHON: {{ '${{ steps.gcs-python-install.outputs.python-path }}' }}
run: arrow/ci/scripts/install_gcs_testbench.sh default

- name: Install MinIO
run: |
$(brew --prefix bash)/bin/bash \
arrow/ci/scripts/install_minio.sh latest /usr/local
- name: Test Wheel
env:
PYTEST_ADDOPTS: "-k 'not test_cancellation'"
Expand Down

0 comments on commit a4b52d7

Please sign in to comment.