Skip to content

Commit c21a2ff

Browse files
committed
Use requirements.txt
1 parent 85db5e5 commit c21a2ff

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/.licenserc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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/**'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 || '' }}

dev/release/rat_exclude_files.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ NOTICE
2121
build/**
2222
dist/**
2323
.git/**
24+
requirements.txt
2425
test/resources/**
2526
*.avro
2627
*.json

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
meson==1.3.0
2+
ninja==1.13.0

0 commit comments

Comments
 (0)