Skip to content

Commit 28e04f3

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

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.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)