Skip to content

Commit ba866e8

Browse files
authored
feat(rust/sedona-raster-zarr,python/sedonadb-zarr): sedona-raster-zarr crate + sedona-zarr plugin (#858)
1 parent 0d3de3c commit ba866e8

26 files changed

Lines changed: 3382 additions & 35 deletions

File tree

.github/workflows/python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
# Keep this export in sync with the export in dev/release/verify-release-candidate.sh
120120
export MATURIN_PEP517_ARGS="--features s2geography"
121121
pip install -e "python/sedonadb/[test]" -vv
122+
# Unset so `--features s2geography` (sedonadb-only) doesn't
123+
# carry into the plugin install.
124+
unset MATURIN_PEP517_ARGS
125+
pip install -e "python/sedonadb-zarr/[test]" -vv
122126
123127
- name: Download minimal geoarrow-data assets
124128
run: |

0 commit comments

Comments
 (0)