Skip to content

Commit 7803acc

Browse files
committed
ci: explicitly install sqlalchemy for pyiceberg SqlCatalog in integration job
1 parent 8c6c1a0 commit 7803acc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
uv pip install --system "numpy>=1.26,<2"
6060
uv pip install --system torch==2.3.0 --index-url https://download.pytorch.org/whl/cpu
6161
uv pip install --system -e ".[dev,s3,iceberg]"
62+
uv pip install --system "sqlalchemy>=2.0"
6263
6364
- name: Integration tests
6465
run: pytest tests/integration -m integration

0 commit comments

Comments
 (0)