uktrade / mbtiles-s3-server

Python server to on-the-fly extract and serve vector tiles from an mbtiles file on S3
MIT License
154 stars 4 forks source link

build(ci): install dependencies exactly as in setup.py #4

Closed michalc closed 2 years ago

michalc commented 2 years ago

And removing cache in CircleCI - fear it can cause issues if we're not strictly pinning the versions of dependencies in tests. Note also will be testing different versions of Python, and versions of dependencies may be Python specific, so it might not be possible to globally pin.