Skip to content

Commit 5f6c7a4

Browse files
committed
Fix CI
1 parent 6da7d66 commit 5f6c7a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/paimon-python-checks.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,16 @@ jobs:
145145
maturin build --release
146146
pip install target/wheels/tantivy-*.whl
147147
148+
- name: Build and install pypaimon-rust from source
149+
if: matrix.python-version != '3.6.15'
150+
shell: bash
151+
run: |
152+
git clone https://github.com/apache/paimon-rust.git /tmp/paimon-rust
153+
cd /tmp/paimon-rust/bindings/python
154+
maturin build --release
155+
pip install target/wheels/pypaimon_rust-*.whl
156+
pip install 'datafusion>=52'
157+
148158
- name: Run lint-python.sh
149159
shell: bash
150160
run: |

0 commit comments

Comments
 (0)