mattijn / topojson

Encode spatial data as topology in Python! 🌍 https://mattijn.github.io/topojson
BSD 3-Clause "New" or "Revised" License
178 stars 27 forks source link

Github Action, shapely version overrule from matrix #176

Closed mattijn closed 2 years ago

mattijn commented 2 years ago

Realised that the installed shapely version as defined in matrix in GitHub action was uninstalled when installing the dependencies. So all tests pass (https://github.com/mattijn/topojson/pull/172). This PR change the order, trying to overrule the installed version from the dependencies with the one as defined in the matrix.

mattijn commented 2 years ago

Yes. This error from 2.0a1 appeared locally as well. Fix is in https://github.com/mattijn/topojson/pull/175