Skip to content

Commit dd3e7ed

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

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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 || '' }}

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)