We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad957d commit a98f31dCopy full SHA for a98f31d
.github/workflows/test.yml
@@ -68,6 +68,14 @@ jobs:
68
wget https://apache.jfrog.io/artifactory/arrow/$(lsb_release --id --short | tr 'A-Z' 'a-z')/apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
69
sudo apt install -y -V ./apache-arrow-apt-source-latest-$(lsb_release --codename --short).deb
70
sudo apt update
71
+ - name: Prepare Apache Arrow on macOS
72
+ if: |
73
+ runner.os == 'macOS'
74
+ run: |
75
+ brew update
76
+ brew install apache-arrow
77
+ brew install gobject-introspection
78
+ brew install apache-arrow-glib
79
- name: Install dependencies
80
run: |
81
bundle install
0 commit comments