jiayuasu commented on PR #1095:
URL: https://github.com/apache/sedona-db/pull/1095#issuecomment-5121807589

   For anyone looking at the failing checks here: the `python-wheels` failures 
(`linux-arm64`, `linux-x86_64`, `macOS-arm64`) are pre-existing on `main` and 
not caused by this PR — every `python-wheels` run on `main` has failed the same 
way for several days, on 
`test_rs_reprojectmatch.py::test_reproject_match_null_raster_is_null` 
(`ModuleNotFoundError: No module named 'rasterio'`, 1 failed / 3143 passed). 
#1096 fixes that with the missing `pytest.importorskip`, which should turn 
these green here too.
   
   This PR shows them for the first time only because it touches 
`python-wheels.yml`, which is in that workflow's `pull_request` paths filter.
   
   The job that exercises this PR's change — `python ubuntu-latest` — passes, 
including the new `Install sedonadb-geopandas` and `Run tests 
(sedonadb-geopandas)` steps.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to