Skip to content

Commit

Permalink
pyarrow binary?
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanLukes committed Oct 19, 2024
1 parent 6c53602 commit b397c76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ jobs:

- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
run: brew install apache-arrow
shell: bash
run: brew install apache-arrow

- name: Install system dependencies (Ubuntu)
if: runner.os == 'Linux'
run: ./.github/scripts/setup_ubuntu.sh
shell: bash
run: echo "..."

- name: Install Hatch
run: |
Expand Down

0 comments on commit b397c76

Please sign in to comment.