We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85db5e5 commit dd3e7edCopy full SHA for dd3e7ed
.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 || '' }}
requirements.txt
@@ -0,0 +1,2 @@
1
+meson==1.3.0
2
+ninja==1.13.0
0 commit comments