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 d36bdad commit a0c1e94Copy full SHA for a0c1e94
.github/workflows/test.yml
@@ -68,6 +68,13 @@ 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 install apache-arrow
76
+ brew install gobject-introspection
77
+ brew install apache-arrow-glib
78
- name: Install dependencies
79
run: |
80
bundle install
0 commit comments