Skip to content

Commit 15e7139

Browse files
committed
Install libarrow-dev
1 parent cac93e5 commit 15e7139

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v6
2121

22+
- name: Install build dependencies
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install libarrow-dev
26+
2227
- name: Set up Python
2328
uses: actions/setup-python@v6
2429
with:

0 commit comments

Comments
 (0)