File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ header:
2828 - ' .github/**'
2929 - ' LICENSE'
3030 - ' NOTICE'
31+ - ' requirements.txt'
3132 - ' src/iceberg/expected.h'
3233 - ' src/iceberg/util/murmurhash3_internal.*'
3334 - ' src/iceberg/test/resources/**'
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - name : Install build dependencies
125125 run : |
126126 python3 -m pip install --upgrade pip
127- python3 -m pip install meson ninja
127+ python3 -m pip install -r requirements.txt
128128 - name : Build Iceberg
129129 run : |
130130 meson setup builddir ${{ matrix.meson-setup-args || '' }}
Original file line number Diff line number Diff line change 2121build/**
2222dist/**
2323.git/**
24+ requirements.txt
2425test/resources/**
2526*.avro
2627*.json
Original file line number Diff line number Diff line change 1+ meson == 1.3.0
2+ ninja == 1.13.0
You can’t perform that action at this time.
0 commit comments