geopandas / xyzservices

Source of XYZ tiles providers
https://xyzservices.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
169 stars 32 forks source link

CI: fetch tiles only under ubuntu #89

Closed martinfleis closed 3 years ago

martinfleis commented 3 years ago

We don't need to check if the tiles exist in all environments. And due to the limits of free tiers we use in CI, we should try to minimize the number of requests.

Marking tests that fetch tiles from a remote server and running those only in ubuntu env, so it is done once, not 3x.