Skip to content

Commit 903e867

Browse files
committed
fix pre commit
1 parent 0f4168d commit 903e867

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
export SPARK_HOME=$(uv run python -c "import site; print(site.getsitepackages()[0]+'/pyspark')")
171171
uv pip install --force-reinstall --no-deps -e .
172172
uv remove apache-flink --optional flink
173+
uv add "pyarrow>=16.0.0"
173174
uv add sedonadb geopandas geoarrow-pyarrow
174175
uv run pip freeze
175176
uv run pytest -m vectorized tests

0 commit comments

Comments
 (0)