Skip to content

Commit 8939c2c

Browse files
committed
Add sqliteodbc to pipeline
1 parent e416f11 commit 8939c2c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,11 @@ jobs:
116116

117117
- name: Build Python package
118118
run: |
119+
cargo install --locked --git https://github.com/roapi/roapi --branch main --bins roapi
120+
sudo apt-get install -y sqliteodbc
119121
cd python
120122
uv sync --dev --no-install-package datafusion
121123
uv run --no-project maturin develop --uv
122-
cargo install --locked --git https://github.com/roapi/roapi --branch main --bins roapi
123124
124125
- name: Run Python tests
125126
run: |

python/uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)