We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85db5e5 commit 28e04f3Copy full SHA for 28e04f3
3 files changed
.github/workflows/test.yml
@@ -124,7 +124,7 @@ jobs:
124
- name: Install build dependencies
125
run: |
126
python3 -m pip install --upgrade pip
127
- python3 -m pip install meson ninja
+ python3 -m pip install -r requirements.txt
128
- name: Build Iceberg
129
130
meson setup builddir ${{ matrix.meson-setup-args || '' }}
dev/release/rat_exclude_files.txt
@@ -21,6 +21,7 @@ NOTICE
21
build/**
22
dist/**
23
.git/**
24
+requirements.txt
25
test/resources/**
26
*.avro
27
*.json
requirements.txt
@@ -0,0 +1,2 @@
1
+meson==1.3.0
2
+ninja==1.13.0
0 commit comments