Skip to content

Commit

Permalink
Revert "Try to understand arch issues"
Browse files Browse the repository at this point in the history
This reverts commit 28158ee.
  • Loading branch information
pitrou committed Jun 11, 2022
1 parent 3a7c769 commit 0f1f1da
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dev/tasks/python-wheels/github.osx.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@ jobs:

{{ macros.github_checkout_arrow()|indent }}

- name: Debug runner environment
run: |
arch
$PYTHON -c "import platform; print(platform.machine())"
arch -arm64 $PYTHON -c "import platform; print(platform.machine())"
- name: Add Brew's Bison to PATH
run: echo "/opt/homebrew/opt/bison/bin" >> $GITHUB_PATH

Expand Down

0 comments on commit 0f1f1da

Please sign in to comment.